OSDN Git Service

Fix variable name style. Don't cast to and from int.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jun 2013 15:29:10 +0000 (15:29 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jun 2013 15:29:10 +0000 (15:29 +0000)
commit4fbf6633024d40dcb7849f45db5a4d41b2a5b3f1
tree8a5886e6ba03ef6eae7ca6b4e9eb48c14d6783a1
parentd27a9785d5290a54b1400c85d70e92c2b6106098
Fix variable name style. Don't cast to and from int.

This enables the compiler to see the enum and produce warnings about a switch
not being fully covered. Fix one of these warnings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183749 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileSystem.h
lib/Object/ObjectFile.cpp