diff options
Diffstat (limited to 'llvm/lib/Transforms/Utils')
| -rw-r--r-- | llvm/lib/Transforms/Utils/LowerSwitch.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Transforms/Utils/LowerSwitch.cpp b/llvm/lib/Transforms/Utils/LowerSwitch.cpp index 5c20a81a5af..0f1e719e4c0 100644 --- a/llvm/lib/Transforms/Utils/LowerSwitch.cpp +++ b/llvm/lib/Transforms/Utils/LowerSwitch.cpp @@ -110,7 +110,7 @@ bool LowerSwitch::runOnFunction(Function &F) {  // operator<< - Used for debugging purposes.  //  static raw_ostream& operator<<(raw_ostream &O, -                               const LowerSwitch::CaseVector &C) __attribute((used)); +                               const LowerSwitch::CaseVector &C) ATTRIBUTE_USED;  static raw_ostream& operator<<(raw_ostream &O,                                 const LowerSwitch::CaseVector &C) {    O << "["; | 

