diff --git a/lib/Transforms/ObjCARC/ObjCARCOpts.cpp b/lib/Transforms/ObjCARC/ObjCARCOpts.cpp index 9d397646411..27aadb8c0ec 100644 --- a/lib/Transforms/ObjCARC/ObjCARCOpts.cpp +++ b/lib/Transforms/ObjCARC/ObjCARCOpts.cpp @@ -316,7 +316,8 @@ namespace { } namespace llvm { - raw_ostream &operator<<(raw_ostream &OS, BBState &BBState); +raw_ostream &operator<<(raw_ostream &OS, + BBState &BBState) LLVM_ATTRIBUTE_UNUSED; } void BBState::InitFromPred(const BBState &Other) {