forked from OSchip/llvm-project
Remove a used that snuck in that seems to be triggering the MSVC buildbots.
llvm-svn: 232355
This commit is contained in:
parent
0a582d766c
commit
c219dd1de1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue