[llvm-commits] [llvm] r155589 - /llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed Apr 25 14:22:33 PDT 2012


Author: stoklund
Date: Wed Apr 25 16:22:33 2012
New Revision: 155589

URL: http://llvm.org/viewvc/llvm-project?rev=155589&view=rev
Log:
Try to fix llvm-arm-linux builder with -mcpu.

Modified:
    llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll

Modified: llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll?rev=155589&r1=155588&r2=155589&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll Wed Apr 25 16:22:33 2012
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-macosx -mattr=+sse | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-macosx -mcpu=core2 -mattr=+sse | FileCheck %s
 ; PR11940: Do not optimize away movb %al, %ch
 
 %struct.APInt = type { i64* }





More information about the llvm-commits mailing list