mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Unbreak the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a99be51bf5
commit
d54874a06d
@ -294,7 +294,7 @@ def ccop : ImmutablePredicateOperand<OtherVT, (ops i32imm, CCR), (ops)> {
|
||||
|
||||
// Conditional code result for cmp, etc.
|
||||
//
|
||||
def cc_out : PredicateResultOperand<OtherVT, (ops CCR), (ops (i32 zero_reg))> {
|
||||
def cc_out : PredicateDefOperand<OtherVT, (ops CCR), (ops (i32 zero_reg))> {
|
||||
let PrintMethod = "printPredicateOperand";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user