[llvm-commits] CVS: llvm/lib/Target/TargetCallingConv.td

Anton Korobeynikov asl at math.spbu.ru
Wed Mar 7 08:25:44 PST 2007



Changes in directory llvm/lib/Target:

TargetCallingConv.td updated: 1.4 -> 1.5
---
Log message:

Refactoring of formal parameter flags. Enable properly use of 
zext/sext/aext stuff.


---
Diffs of the changes:  (+1 -1)

 TargetCallingConv.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/TargetCallingConv.td
diff -u llvm/lib/Target/TargetCallingConv.td:1.4 llvm/lib/Target/TargetCallingConv.td:1.5
--- llvm/lib/Target/TargetCallingConv.td:1.4	Tue Mar  6 02:12:33 2007
+++ llvm/lib/Target/TargetCallingConv.td	Wed Mar  7 10:25:08 2007
@@ -38,7 +38,7 @@
 
 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply
 /// the specified action.
-class CCIfInReg<CCAction A> : CCIf<"ArgFlags & SDISelParamFlags::InReg", A> {}
+class CCIfInReg<CCAction A> : CCIf<"ArgFlags & ISD::ParamFlags::InReg", A> {}
 
 
 /// CCAssignToReg - This action matches if there is a register in the specified






More information about the llvm-commits mailing list