mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Remove a used that snuck in that seems to be triggering the MSVC buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232355 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd59e21808
commit
b4ae801589
@ -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…
x
Reference in New Issue
Block a user