commit | 54e56f247fa9361208901ff6009499cdffe41b05 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Mar 14 08:36:50 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Mar 14 08:36:50 2010 +0000 |
tree | cfca325f2bbfbecb0f5bc5fc7f1996e58025416b | |
parent | a3fdc94928f39ffb8cdec47929bda5e2576c4136 [diff] [blame] |
get MMI out of the label uniquing business, just go to MCContext to get unique assembler temporary labels. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98489 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/2009-03-13-PHIElimBug.ll b/test/CodeGen/X86/2009-03-13-PHIElimBug.ll index ad7f9f7..8d42627 100644 --- a/test/CodeGen/X86/2009-03-13-PHIElimBug.ll +++ b/test/CodeGen/X86/2009-03-13-PHIElimBug.ll
@@ -28,5 +28,5 @@ } ; CHECK: call{{.*}}f -; CHECK-NEXT: Llabel1: +; CHECK-NEXT: Ltmp0: ; CHECK-NEXT: movl %eax, %esi