diff test/CodeGen/X86/2008-09-17-inline-asm-1.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents afa8332a0e37
children
line wrap: on
line diff
--- a/test/CodeGen/X86/2008-09-17-inline-asm-1.ll	Fri Nov 25 19:14:25 2016 +0900
+++ b/test/CodeGen/X86/2008-09-17-inline-asm-1.ll	Fri Oct 27 17:07:41 2017 +0900
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
-; RUN: llc < %s -march=x86 -regalloc=fast -optimize-regalloc=0 | FileCheck %s
+; RUN: llc < %s | FileCheck %s
+; RUN: llc < %s -regalloc=fast -optimize-regalloc=0 | FileCheck %s
 
 ; %0 must not be put in EAX or EDX.
 ; In the first asm, $0 and $2 must not be put in EAX.