Remove a used that snuck in that seems to be triggering the MSVC buildbots.
authorMichael Gottesman <mgottesman@apple.com>
Mon, 16 Mar 2015 07:34:17 +0000 (07:34 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 16 Mar 2015 07:34:17 +0000 (07:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232355 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/ObjCARC/ObjCARCOpts.cpp

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