From: Jakob Stoklund Olesen Date: Wed, 25 Apr 2012 21:22:33 +0000 (+0000) Subject: Try to fix llvm-arm-linux builder with -mcpu. X-Git-Tag: android-x86-6.0-r1~201^2~1834 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6962106496d837cb15f3dd4f29e6447835a1fe73;p=android-x86%2Fexternal-llvm.git Try to fix llvm-arm-linux builder with -mcpu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155589 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2012-02-20-MachineCPBug.ll b/test/CodeGen/X86/2012-02-20-MachineCPBug.ll index 557d49d82f8..477b4deba82 100644 --- a/test/CodeGen/X86/2012-02-20-MachineCPBug.ll +++ b/test/CodeGen/X86/2012-02-20-MachineCPBug.ll @@ -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* }