mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Fix the build.
llvm-svn: 37705
This commit is contained in:
parent
a62327ea40
commit
89558a0db6
@ -152,7 +152,7 @@ def so_imm_not :
|
||||
|
||||
// sext_16_node predicate - True if the SDNode is sign-extended 16 or more bits.
|
||||
def sext_16_node : PatLeaf<(i32 GPR:$a), [{
|
||||
return TLI.ComputeNumSignBits(SDOperand(N,0)) >= 17;
|
||||
return CurDAG->ComputeNumSignBits(SDOperand(N,0)) >= 17;
|
||||
}]>;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user