aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-05 17:41:34 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-05 17:41:34 +0000
commit7a50c236e9a72eec1d3c21794d50270047a14de6 (patch)
tree0710e82757b3586d0dde51f853d8a4976410f57b /test
parent02b9a0f19ab04451b7c480064b3daa30f786d249 (diff)
downloadexternal_llvm-7a50c236e9a72eec1d3c21794d50270047a14de6.zip
external_llvm-7a50c236e9a72eec1d3c21794d50270047a14de6.tar.gz
external_llvm-7a50c236e9a72eec1d3c21794d50270047a14de6.tar.bz2
Changes to parameter attribute syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Alpha/i32_sub_1.ll2
-rw-r--r--test/CodeGen/Alpha/zapnot.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Alpha/i32_sub_1.ll b/test/CodeGen/Alpha/i32_sub_1.ll
index 45185f0..9d8cb09 100644
--- a/test/CodeGen/Alpha/i32_sub_1.ll
+++ b/test/CodeGen/Alpha/i32_sub_1.ll
@@ -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
diff --git a/test/CodeGen/Alpha/zapnot.ll b/test/CodeGen/Alpha/zapnot.ll
index aaeaa11..8d1fa11 100644
--- a/test/CodeGen/Alpha/zapnot.ll
+++ b/test/CodeGen/Alpha/zapnot.ll
@@ -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