commit | 2c00db82bde5c60d05e2362ea69b92eb30279eff | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jan 27 23:39:00 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jan 27 23:39:00 2006 +0000 |
tree | d41bbd3701c823d63109a4dfe370b2aa6155c676 | |
parent | f424a665246775780614be3ea6fb2a22bac93d54 [diff] [blame] |
Switch to AlphaISD::CALL instead of ISD::CALL llvm-svn: 25718
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h index aedaf39..33f87ce 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.h +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h
@@ -37,6 +37,9 @@ /// GlobalBaseReg - used to restore the GOT ptr GlobalBaseReg, + + /// CALL - Normal call. + CALL, /// DIVCALL - used for special library calls for div and rem DivCall,