[llvm-commits] [llvm] r81084 - /llvm/trunk/test/CodeGen/X86/cmov-i8-eflags.ll

Daniel Dunbar daniel at zuster.org
Sat Sep 5 04:53:07 PDT 2009


Author: ddunbar
Date: Sat Sep  5 06:53:06 2009
New Revision: 81084

URL: http://llvm.org/viewvc/llvm-project?rev=81084&view=rev
Log:
Don't depend on arch specific global prefix.

Modified:
    llvm/trunk/test/CodeGen/X86/cmov-i8-eflags.ll

Modified: llvm/trunk/test/CodeGen/X86/cmov-i8-eflags.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/cmov-i8-eflags.ll?rev=81084&r1=81083&r2=81084&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/cmov-i8-eflags.ll (original)
+++ llvm/trunk/test/CodeGen/X86/cmov-i8-eflags.ll Sat Sep  5 06:53:06 2009
@@ -34,7 +34,7 @@
   %4 = volatile load i8* @g_100, align 1          ; <i8> [#uses=0]
   br label %func_4.exit.i
 
-; CHECK: _g_100
+; CHECK: g_100
 ; CHECK: testb
 ; CHECK: testb %al, %al
 ; CHECK-NEXT: setne %al





More information about the llvm-commits mailing list