[llvm-commits] [llvm] r63572 - /llvm/trunk/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll

Dan Gohman gohman at apple.com
Mon Feb 2 15:43:59 PST 2009


Author: djg
Date: Mon Feb  2 17:43:59 2009
New Revision: 63572

URL: http://llvm.org/viewvc/llvm-project?rev=63572&view=rev
Log:
Fix another test to not use -mcpu=yonah with 64-bit code.

Modified:
    llvm/trunk/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll

Modified: llvm/trunk/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll?rev=63572&r1=63571&r2=63572&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll Mon Feb  2 17:43:59 2009
@@ -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"





More information about the llvm-commits mailing list