[llvm-commits] [llvm] r95373 - /llvm/trunk/test/CodeGen/X86/call-push.ll

Evan Cheng evan.cheng at apple.com
Thu Feb 4 22:37:00 PST 2010


Author: evancheng
Date: Fri Feb  5 00:37:00 2010
New Revision: 95373

URL: http://llvm.org/viewvc/llvm-project?rev=95373&view=rev
Log:
Fix test.

Modified:
    llvm/trunk/test/CodeGen/X86/call-push.ll

Modified: llvm/trunk/test/CodeGen/X86/call-push.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/call-push.ll?rev=95373&r1=95372&r2=95373&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/call-push.ll (original)
+++ llvm/trunk/test/CodeGen/X86/call-push.ll Fri Feb  5 00:37:00 2010
@@ -1,9 +1,9 @@
-; RUN: llc < %s -march=x86 -disable-fp-elim | grep subl | count 1
+; RUN: llc < %s -mtriple=i386-apple-darwin -disable-fp-elim | grep subl | count 1
 
         %struct.decode_t = type { i8, i8, i8, i8, i16, i8, i8, %struct.range_t** }
         %struct.range_t = type { float, float, i32, i32, i32, [0 x i8] }
 
-define i32 @decode_byte(%struct.decode_t* %decode) {
+define i32 @decode_byte(%struct.decode_t* %decode) nounwind {
 entry:
         %tmp2 = getelementptr %struct.decode_t* %decode, i32 0, i32 4           ; <i16*> [#uses=1]
         %tmp23 = bitcast i16* %tmp2 to i32*             ; <i32*> [#uses=1]





More information about the llvm-commits mailing list