summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-09-08 19:32:34 +0000
committerEric Christopher <echristo@apple.com>2010-09-08 19:32:34 +0000
commitca2ec951548446dbf8565073c88d5273ad39ab39 (patch)
treeff60919e773e476670c291eb6eb7b75dd3115583 /llvm/test/CodeGen/ARM/fast-isel.ll
parentf4bc0d87ee733daf490defee742a07feef295234 (diff)
downloadbcm5719-llvm-ca2ec951548446dbf8565073c88d5273ad39ab39.tar.gz
bcm5719-llvm-ca2ec951548446dbf8565073c88d5273ad39ab39.zip
Remove ssp from this test.
llvm-svn: 113392
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel.ll b/llvm/test/CodeGen/ARM/fast-isel.ll
index 3bee84d84de..b3ced9c2d87 100644
--- a/llvm/test/CodeGen/ARM/fast-isel.ll
+++ b/llvm/test/CodeGen/ARM/fast-isel.ll
@@ -3,7 +3,7 @@
; Very basic fast-isel functionality.
-define i32 @add(i32 %a, i32 %b) nounwind ssp {
+define i32 @add(i32 %a, i32 %b) nounwind {
entry:
%a.addr = alloca i32, align 4
%b.addr = alloca i32, align 4
OpenPOWER on IntegriCloud