summaryrefslogtreecommitdiff
path: root/test
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
commitf2605419ea57902095d8c2f4f257813a4e84bc95 (patch)
tree0858f11891b61fd7a0488c2e45a39cf72b283200 /test
parentaf4748168c1f6a405dc380abc45e27f05ab86c88 (diff)
downloadllvm-f2605419ea57902095d8c2f4f257813a4e84bc95.tar.gz
llvm-f2605419ea57902095d8c2f4f257813a4e84bc95.tar.bz2
llvm-f2605419ea57902095d8c2f4f257813a4e84bc95.tar.xz
Remove ssp from this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113392 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/fast-isel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll
index 3bee84d84d..b3ced9c2d8 100644
--- a/test/CodeGen/ARM/fast-isel.ll
+++ b/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