[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/zapnot.ll
Reid Spencer
reid at x10sys.com
Fri Jan 5 09:41:50 PST 2007
Changes in directory llvm/test/Regression/CodeGen/Alpha:
zapnot.ll updated: 1.3 -> 1.4
---
Log message:
Changes to parameter attribute syntax.
---
Diffs of the changes: (+1 -1)
zapnot.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/Alpha/zapnot.ll
diff -u llvm/test/Regression/CodeGen/Alpha/zapnot.ll:1.3 llvm/test/Regression/CodeGen/Alpha/zapnot.ll:1.4
--- llvm/test/Regression/CodeGen/Alpha/zapnot.ll:1.3 Sun Dec 31 00:01:59 2006
+++ llvm/test/Regression/CodeGen/Alpha/zapnot.ll Fri Jan 5 11:41:34 2007
@@ -3,7 +3,7 @@
implementation ; Functions:
-define i16 @zext %foo(i64 %y) {
+define i16 %foo(i64 %y) zext {
entry:
%tmp.1 = trunc i64 %y to i16 ; <ushort> [#uses=1]
ret i16 %tmp.1
More information about the llvm-commits
mailing list