[llvm-commits] [llvm] r51289 - /llvm/trunk/test/CodeGen/X86/vortex-bug.ll

Dan Gohman gohman at apple.com
Mon May 19 17:54:39 PDT 2008


Author: djg
Date: Mon May 19 19:54:39 2008
New Revision: 51289

URL: http://llvm.org/viewvc/llvm-project?rev=51289&view=rev
Log:
Run vortex-bug as x86-64, which is what the original bug was triggered on.

Modified:
    llvm/trunk/test/CodeGen/X86/vortex-bug.ll

Modified: llvm/trunk/test/CodeGen/X86/vortex-bug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vortex-bug.ll?rev=51289&r1=51288&r2=51289&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/vortex-bug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vortex-bug.ll Mon May 19 19:54:39 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86
+; RUN: llvm-as < %s | llc -march=x86-64
 
 	%struct.blktkntype = type { i32, i32 }
 	%struct.fieldstruc = type { [128 x i8], %struct.blktkntype*, i32, i32 }





More information about the llvm-commits mailing list