diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fast-isel-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fast-isel-crash.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fast-isel-crash.ll b/llvm/test/CodeGen/PowerPC/fast-isel-crash.ll index 55e87effcd8..e20ef6bcd5d 100644 --- a/llvm/test/CodeGen/PowerPC/fast-isel-crash.ll +++ b/llvm/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 |