1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

One more try with unused.

llvm-svn: 232357
This commit is contained in:
Michael Gottesman 2015-03-16 08:00:27 +00:00
parent e18ce984ec
commit 218e4e613a

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