forked from OSchip/llvm-project
parent
a0d2d3379e
commit
d63436fb2e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue