commit | 2d90bd5f421c3b10e284f498f59e0439b7de70bf | [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 | a69894884397c3d3a871fa962c82202ca18c080a | |
parent | 281b55ebeccd3f0d723888c1bb9ec6e476f708f1 [diff] [blame] |
Switch to AlphaISD::CALL instead of ISD::CALL git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25718 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaISelLowering.h b/lib/Target/Alpha/AlphaISelLowering.h index aedaf39..33f87ce 100644 --- a/lib/Target/Alpha/AlphaISelLowering.h +++ b/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,