Remove a used that snuck in that seems to be triggering the MSVC buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232355 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Gottesman 2015-03-16 07:34:17 +00:00
parent bd59e21808
commit b4ae801589

View 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) {