summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/inline-asm-tied.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 20:11:04 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 20:11:04 +0000
commit7d7d569cbb30fcdef14452020b504c80fb4cfd66 (patch)
tree0271f15f9addf5a7e095a10fdefd1bdd1dcf4e91 /test/CodeGen/X86/inline-asm-tied.ll
parent097d277ef0ca572a33d20c4b26153121760b37c3 (diff)
downloadllvm-7d7d569cbb30fcdef14452020b504c80fb4cfd66.tar.gz
llvm-7d7d569cbb30fcdef14452020b504c80fb4cfd66.tar.bz2
llvm-7d7d569cbb30fcdef14452020b504c80fb4cfd66.tar.xz
Switch a couple -O0 tests to RABasic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144461 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/inline-asm-tied.ll')
-rw-r--r--test/CodeGen/X86/inline-asm-tied.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/X86/inline-asm-tied.ll b/test/CodeGen/X86/inline-asm-tied.ll
index 79b688551e..de6500da27 100644
--- a/test/CodeGen/X86/inline-asm-tied.ll
+++ b/test/CodeGen/X86/inline-asm-tied.ll
@@ -1,6 +1,8 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin9 -O0 -regalloc=linearscan | grep {movl %edx, 4(%esp)} | count 2
+; RUN: llc < %s -mtriple=i386-apple-darwin9 -O0 -regalloc=basic | FileCheck %s
; rdar://6992609
+; CHECK: movl [[EDX:%e..]], 4(%esp)
+; CHECK: movl [[EDX]], 4(%esp)
target triple = "i386-apple-darwin9.0"
@llvm.used = appending global [1 x i8*] [i8* bitcast (i64 (i64)* @_OSSwapInt64 to i8*)], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]