summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-30 21:45:23 +0000
committerChris Lattner <sabre@nondot.org>2009-08-30 21:45:23 +0000
commit251829ed87d0bfad51d8767be1378243691c129d (patch)
treebb0858bb6f826e93b84344075048e3abee01962a /test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
parentb2e673c563df01c574c6719c8cd8d012afa903ee (diff)
downloadllvm-251829ed87d0bfad51d8767be1378243691c129d.tar.gz
llvm-251829ed87d0bfad51d8767be1378243691c129d.tar.bz2
llvm-251829ed87d0bfad51d8767be1378243691c129d.tar.xz
eliminate some uses of prcontext. Any help here would be appreciated :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll')
-rw-r--r--test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll b/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
index c7fdfb2692..ad1615b13a 100644
--- a/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
+++ b/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
@@ -1,7 +1,12 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | %prcontext End 2 | grep mov
+; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | FileCheck %s
; PR3149
; Make sure the copy after inline asm is not coalesced away.
+; CHECK: ## InlineAsm End
+; CHECK-NEXT: BB1_2:
+; CHECK-NEXT: movl %esi, %eax
+
+
@"\01LC" = internal constant [7 x i8] c"n0=%d\0A\00" ; <[7 x i8]*> [#uses=1]
@llvm.used = appending global [1 x i8*] [ i8* bitcast (i32 (i64, i64)* @umoddi3 to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]