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

llvm-svn: 232355
This commit is contained in:
Michael Gottesman 2015-03-16 07:34:17 +00:00
parent 0a582d766c
commit c219dd1de1
1 changed files with 1 additions and 2 deletions

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