commit | 6962106496d837cb15f3dd4f29e6447835a1fe73 | [log] [tgz] |
---|---|---|
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Wed Apr 25 21:22:33 2012 +0000 |
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Wed Apr 25 21:22:33 2012 +0000 |
tree | 71be54c8c2d9ab945a6b19f81b16745e1668a5db | |
parent | 01c0dd1be3544789a08586f0397f61613cfe8ea1 [diff] [blame] |
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 557d49d..477b4de 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* }