diff options
| author | Dan Gohman <gohman@apple.com> | 2009-02-02 23:43:59 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-02-02 23:43:59 +0000 |
| commit | f58f0cbfd5cecbbddc70059be27229793a4b5453 (patch) | |
| tree | ba705970f215abf9d633d599f380ae0f8488c5b5 /llvm | |
| parent | 3668cb2d3c0437c4f339a1596cab9e82b6af93c7 (diff) | |
| download | bcm5719-llvm-f58f0cbfd5cecbbddc70059be27229793a4b5453.tar.gz bcm5719-llvm-f58f0cbfd5cecbbddc70059be27229793a4b5453.zip | |
Fix another test to not use -mcpu=yonah with 64-bit code.
llvm-svn: 63572
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll b/llvm/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll index 61240979ac3..f793b524e61 100644 --- a/llvm/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll +++ b/llvm/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -mcpu=yonah | grep pxor | count 2 -; RUN: llvm-as < %s | llc -mcpu=yonah | not grep movapd +; RUN: llvm-as < %s | llc -mcpu=core2 | grep pxor | count 2 +; RUN: llvm-as < %s | llc -mcpu=core2 | not grep movapd ; PR2715 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128" |

