summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/fast-isel-crash.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-07-24 01:07:50 +0000
committerEric Christopher <echristo@gmail.com>2015-07-24 01:07:50 +0000
commit168ef6633093984e64eb8cb157cc9664da6dbfa6 (patch)
tree1c448c6138b9fc348af2aab5a76aed2e307603af /test/CodeGen/PowerPC/fast-isel-crash.ll
parent33a9a09cd77dfb4282da4c4e76d37f825c773a50 (diff)
Clean up function attributes on PPC fast-isel tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243079 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/fast-isel-crash.ll')
-rw-r--r--test/CodeGen/PowerPC/fast-isel-crash.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/fast-isel-crash.ll b/test/CodeGen/PowerPC/fast-isel-crash.ll
index 55e87effcd8..e20ef6bcd5d 100644
--- a/test/CodeGen/PowerPC/fast-isel-crash.ll
+++ b/test/CodeGen/PowerPC/fast-isel-crash.ll
@@ -11,12 +11,12 @@ entry:
ret void
}
-define internal i32 @_Z13get_global_idj(i32 %dim) nounwind ssp {
+define internal i32 @_Z13get_global_idj(i32 %dim) nounwind {
entry:
ret i32 undef
}
-define void @wrap(i8 addrspace(1)* addrspace(1)* %arglist, i32 addrspace(1)* %gtid) nounwind ssp {
+define void @wrap(i8 addrspace(1)* addrspace(1)* %arglist, i32 addrspace(1)* %gtid) nounwind {
entry:
call void @stretch(<4 x i8> addrspace(1)* undef, <4 x i8> addrspace(1)* undef, i32 undef, i32 undef, i32 undef, i32 undef, <2 x float> undef, <4 x float> undef)
ret void