[llvm-commits] [llvm] r111115 - /llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll

Benjamin Kramer benny.kra at googlemail.com
Sun Aug 15 16:32:03 PDT 2010


Author: d0k
Date: Sun Aug 15 18:32:03 2010
New Revision: 111115

URL: http://llvm.org/viewvc/llvm-project?rev=111115&view=rev
Log:
Test expects SSE, give him SSE.

Modified:
    llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll

Modified: llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll?rev=111115&r1=111114&r2=111115&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll Sun Aug 15 18:32:03 2010
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 -O2 < %s | grep debug_loc12
+; RUN: llc -march=x86-64 -O2 < %s | grep debug_loc12
 ; Test to check .debug_loc support. This test case emits 13 debug_loc entries.
 
 %0 = type { double }





More information about the llvm-commits mailing list