forked from OSchip/llvm-project
parent
caa1945306
commit
38a579fe5a
|
@ -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 << "[";
|
||||
|
|
Loading…
Reference in New Issue