diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-04-28 23:31:41 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-04-28 23:31:41 +0000 |
commit | 9991c73fdf77225cda30a9b77fe1305f7c5d2ab6 (patch) | |
tree | d8121e880148842de12befbed0257912b5950c15 /test | |
parent | 4e29cbd8dde1f837cebd3d0e0948823d4ab3b0b6 (diff) | |
download | external_llvm-9991c73fdf77225cda30a9b77fe1305f7c5d2ab6.zip external_llvm-9991c73fdf77225cda30a9b77fe1305f7c5d2ab6.tar.gz external_llvm-9991c73fdf77225cda30a9b77fe1305f7c5d2ab6.tar.bz2 |
Add -march=x86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll b/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll index d105bcd..6613faf 100644 --- a/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll +++ b/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll @@ -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 |