One more try with unused.
authorMichael Gottesman <mgottesman@apple.com>
Mon, 16 Mar 2015 08:00:27 +0000 (08:00 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 16 Mar 2015 08:00:27 +0000 (08:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232357 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/ObjCARC/ObjCARCOpts.cpp

index 9d397646411cb0be9ec1d1a8410c1df83e287d11..27aadb8c0ec4661dc2fbdb99285ed3bbc46607dc 100644 (file)
@@ -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) {