Fix a small little typo.

llvm-svn: 77289
This commit is contained in:
Mike Stump 2009-07-28 01:35:34 +00:00
parent caa1945306
commit 38a579fe5a
1 changed files with 1 additions and 1 deletions

View 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 << "[";