mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix a compilation error that caused the nightly test to fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34239 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
80483bba3d
commit
9964d75d83
@ -95,7 +95,7 @@ protected:
|
||||
: Instruction(Ty, iType, &Op, 1, Name, IB), Op(V, this) {
|
||||
}
|
||||
UnaryInstruction(const Type *Ty, unsigned iType, Value *V,
|
||||
const char *Name = 0, BasicBlock *IAE)
|
||||
const char *Name, BasicBlock *IAE)
|
||||
: Instruction(Ty, iType, &Op, 1, Name, IAE), Op(V, this) {
|
||||
}
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user