Fix the build.

llvm-svn: 37705
This commit is contained in:
Owen Anderson 2007-06-22 16:59:54 +00:00
parent 309d3d51b3
commit 0c550df9d2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}]>;