[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll
Reid Spencer
reid at x10sys.com
Fri Jan 5 09:41:25 PST 2007
Changes in directory llvm/test/Regression/CodeGen/Alpha:
i32_sub_1.ll updated: 1.3 -> 1.4
---
Log message:
Changes to parameter attribute syntax.
---
Diffs of the changes: (+1 -1)
i32_sub_1.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll
diff -u llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll:1.3 llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll:1.4
--- llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll:1.3 Tue Jan 2 22:20:23 2007
+++ llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll Fri Jan 5 11:41:10 2007
@@ -3,7 +3,7 @@
implementation ; Functions:
-define i32 @sext %foo(i32 @sext %x) {
+define i32 %foo(i32 sext %x) sext {
entry:
%tmp.1 = add i32 %x, -1 ; <int> [#uses=1]
ret i32 %tmp.1
More information about the llvm-commits
mailing list