[llvm-commits] [llvm] r50380 - /llvm/trunk/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll

Evan Cheng evan.cheng at apple.com
Mon Apr 28 16:31:41 PDT 2008


Author: evancheng
Date: Mon Apr 28 18:31:41 2008
New Revision: 50380

URL: http://llvm.org/viewvc/llvm-project?rev=50380&view=rev
Log:
Add -march=x86.

Modified:
    llvm/trunk/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll

Modified: llvm/trunk/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll?rev=50380&r1=50379&r2=50380&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll Mon Apr 28 18:31:41 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=x86
 
 define i64 @t(i64 %maxIdleDuration) nounwind  {
 	call void asm sideeffect "wrmsr", "{cx},A,~{dirflag},~{fpsr},~{flags}"( i32 416, i64 0 ) nounwind 





More information about the llvm-commits mailing list