Remove ssp from this test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113392 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2010-09-08 19:32:34 +00:00
parent af4748168c
commit f2605419ea

View File

@ -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