diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp b/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp index b184b709d31..9d397646411 100644 --- a/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp +++ b/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp @@ -316,8 +316,7 @@ namespace { } namespace llvm { - raw_ostream &operator<<(raw_ostream &OS, - BBState &BBState) __attribute__ ((used)); + raw_ostream &operator<<(raw_ostream &OS, BBState &BBState); } void BBState::InitFromPred(const BBState &Other) { |