diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-02-05 06:37:00 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-02-05 06:37:00 +0000 |
commit | c8b4db77bef61db09851a16096af9cd7d921fa6c (patch) | |
tree | 09e8784ffbec69f217408a698571715fb1727a6b /llvm/test/CodeGen/X86/call-push.ll | |
parent | df84b1aa5000a8b59d35acaecbde92fc683f01e3 (diff) | |
download | bcm5719-llvm-c8b4db77bef61db09851a16096af9cd7d921fa6c.tar.gz bcm5719-llvm-c8b4db77bef61db09851a16096af9cd7d921fa6c.zip |
Fix test.
llvm-svn: 95373
Diffstat (limited to 'llvm/test/CodeGen/X86/call-push.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/call-push.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/call-push.ll b/llvm/test/CodeGen/X86/call-push.ll index 7bae5cd2464..81516c1c594 100644 --- a/llvm/test/CodeGen/X86/call-push.ll +++ b/llvm/test/CodeGen/X86/call-push.ll @@ -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] |