Fix a small little typo.
authorMike Stump <mrs@apple.com>
Tue, 28 Jul 2009 01:35:34 +0000 (01:35 +0000)
committerMike Stump <mrs@apple.com>
Tue, 28 Jul 2009 01:35:34 +0000 (01:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77289 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LowerSwitch.cpp

index 5c20a81a5afa8cb01e03d111eea8d96f3e1eeeac..0f1e719e4c0cd079e615ae4eee511338ed4eff9a 100644 (file)
@@ -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 << "[";