[llvm-commits] [llvm] r110199 - /llvm/trunk/test/CodeGen/X86/call-imm.ll

Stuart Hastings stuart at apple.com
Wed Aug 4 08:31:35 PDT 2010


Author: stuart
Date: Wed Aug  4 10:31:35 2010
New Revision: 110199

URL: http://llvm.org/viewvc/llvm-project?rev=110199&view=rev
Log:
call-imm.ll test case regex fix.  Patch by Dimitry Andric!

Modified:
    llvm/trunk/test/CodeGen/X86/call-imm.ll

Modified: llvm/trunk/test/CodeGen/X86/call-imm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/call-imm.ll?rev=110199&r1=110198&r2=110199&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/call-imm.ll (original)
+++ llvm/trunk/test/CodeGen/X86/call-imm.ll Wed Aug  4 10:31:35 2010
@@ -5,7 +5,7 @@
 ; Call to immediate is not safe on x86-64 unless we *know* that the
 ; call will be within 32-bits pcrel from the dest immediate.
 
-; RUN: llc < %s -march=x86-64 | grep {call.*\*%rax}
+; RUN: llc < %s -march=x86-64 | grep {call.*\\*%rax}
 
 ; PR3666
 ; PR3773





More information about the llvm-commits mailing list