One more try with unused.
[oota-llvm.git] / 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) {