diff options
author | Eric Christopher <echristo@apple.com> | 2010-09-08 19:32:34 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-09-08 19:32:34 +0000 |
commit | ca2ec951548446dbf8565073c88d5273ad39ab39 (patch) | |
tree | ff60919e773e476670c291eb6eb7b75dd3115583 /llvm/test/CodeGen/ARM/fast-isel.ll | |
parent | f4bc0d87ee733daf490defee742a07feef295234 (diff) | |
download | bcm5719-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.ll | 2 |
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 |