diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2011-12-02 19:38:17 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2011-12-02 19:38:17 +0000 |
| commit | d87f7af1f3651b5a4ece5bf1b84b93d754a73cfb (patch) | |
| tree | c44eb074c4b9ebd4ce56ee39adbc5f93e27f87a4 | |
| parent | 75689c1018ffcacb3d4771297f439822882313c6 (diff) | |
| download | bcm5719-llvm-d87f7af1f3651b5a4ece5bf1b84b93d754a73cfb.tar.gz bcm5719-llvm-d87f7af1f3651b5a4ece5bf1b84b93d754a73cfb.zip | |
specify cpu for test to fix failure on some darwin systems with a g4+ cpu
llvm-svn: 145699
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll b/llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll index 60ba25b7924..2d06715e112 100644 --- a/llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll +++ b/llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck %s +; RUN: llc < %s -mtriple=powerpc-apple-darwin -mcpu=g4 | FileCheck %s ; ModuleID = 'hh.c' target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f128:64:128-n32" target triple = "powerpc-apple-darwin9.6" |

