diff options
author | Preston Gurd <preston.gurd@intel.com> | 2012-07-19 18:53:21 +0000 |
---|---|---|
committer | Preston Gurd <preston.gurd@intel.com> | 2012-07-19 18:53:21 +0000 |
commit | 5b50701b1cebe3b3589f22f76bff2d9fc1601581 (patch) | |
tree | 73d014f5c0d575081dd8b522e3a6c6a3452c1b45 /test/CodeGen/X86/liveness-local-regalloc.ll | |
parent | e88ed0934637a21f02ef5dc8b01075c0f8870d11 (diff) | |
download | external_llvm-5b50701b1cebe3b3589f22f76bff2d9fc1601581.zip external_llvm-5b50701b1cebe3b3589f22f76bff2d9fc1601581.tar.gz external_llvm-5b50701b1cebe3b3589f22f76bff2d9fc1601581.tar.bz2 |
Fix remaining lit tests which were failing when run on an Atom
processor.
Patches by Tyler Nowicki, Andy Zhang, and Preston Gurd!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/liveness-local-regalloc.ll')
-rw-r--r-- | test/CodeGen/X86/liveness-local-regalloc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/liveness-local-regalloc.ll b/test/CodeGen/X86/liveness-local-regalloc.ll index 721f545..faeeaa7 100644 --- a/test/CodeGen/X86/liveness-local-regalloc.ll +++ b/test/CodeGen/X86/liveness-local-regalloc.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -regalloc=fast -optimize-regalloc=0 -verify-machineinstrs -mtriple=x86_64-apple-darwin10 +; RUN: llc < %s -mcpu=generic -regalloc=fast -optimize-regalloc=0 -verify-machineinstrs -mtriple=x86_64-apple-darwin10 ; <rdar://problem/7755473> ; PR12821 |