summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-27 23:39:00 +0000
committerChris Lattner <sabre@nondot.org>2006-01-27 23:39:00 +0000
commit2c00db82bde5c60d05e2362ea69b92eb30279eff (patch)
treed41bbd3701c823d63109a4dfe370b2aa6155c676 /llvm/lib/Target/Alpha/AlphaISelLowering.h
parentf424a665246775780614be3ea6fb2a22bac93d54 (diff)
downloadbcm5719-llvm-2c00db82bde5c60d05e2362ea69b92eb30279eff.tar.gz
bcm5719-llvm-2c00db82bde5c60d05e2362ea69b92eb30279eff.zip
Switch to AlphaISD::CALL instead of ISD::CALL
llvm-svn: 25718
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.h')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelLowering.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h
index aedaf395c6e..33f87ce8187 100644
--- a/llvm/lib/Target/Alpha/AlphaISelLowering.h
+++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h
@@ -37,6 +37,9 @@ namespace llvm {
/// GlobalBaseReg - used to restore the GOT ptr
GlobalBaseReg,
+
+ /// CALL - Normal call.
+ CALL,
/// DIVCALL - used for special library calls for div and rem
DivCall,
OpenPOWER on IntegriCloud