[llvm-commits] [llvm] r113392 - /llvm/trunk/test/CodeGen/ARM/fast-isel.ll
Eric Christopher
echristo at apple.com
Wed Sep 8 12:32:34 PDT 2010
Author: echristo
Date: Wed Sep 8 14:32:34 2010
New Revision: 113392
URL: http://llvm.org/viewvc/llvm-project?rev=113392&view=rev
Log:
Remove ssp from this test.
Modified:
llvm/trunk/test/CodeGen/ARM/fast-isel.ll
Modified: llvm/trunk/test/CodeGen/ARM/fast-isel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fast-isel.ll?rev=113392&r1=113391&r2=113392&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fast-isel.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fast-isel.ll Wed Sep 8 14:32:34 2010
@@ -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
More information about the llvm-commits
mailing list