One more try with unused.

llvm-svn: 232357
This commit is contained in:
Michael Gottesman 2015-03-16 08:00:27 +00:00
parent a0d2d3379e
commit d63436fb2e
1 changed files with 2 additions and 1 deletions

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