mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
Add extra case here to avoid getting spurious output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2086 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e0d1d1acf6
commit
f7196949bb
@ -380,6 +380,10 @@ public:
|
||||
// Nothing of interest
|
||||
}
|
||||
|
||||
void visitSetCondInst(SetCondInst *SCI) {
|
||||
// hrm, notice a pattern?
|
||||
}
|
||||
|
||||
void visitInstruction(Instruction *I) {
|
||||
cerr << "Unknown instruction to FunctionBodyTransformer:\n";
|
||||
I->dump();
|
||||
|
Loading…
Reference in New Issue
Block a user