Remove ssp from this test.
authorEric Christopher <echristo@apple.com>
Wed, 8 Sep 2010 19:32:34 +0000 (19:32 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 8 Sep 2010 19:32:34 +0000 (19:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113392 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/fast-isel.ll

index 3bee84d84de4c263d05a16ed63f74b6e9ba53041..b3ced9c2d87a8d6cf31f89a7df2d6b774cd9a260 100644 (file)
@@ -3,7 +3,7 @@
 
 ; Very basic fast-isel functionality.
 
 
 ; 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
 entry:
   %a.addr = alloca i32, align 4
   %b.addr = alloca i32, align 4