diff options
author | Eric Christopher <echristo@apple.com> | 2011-03-14 21:05:21 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-03-14 21:05:21 +0000 |
commit | d3cc9fdd8e8c9c3d11dd78947d1fd7d110eea111 (patch) | |
tree | eb68dcb2066fe5ec2d37dac1038b71c4a7faef6a | |
parent | d97a665cffd2b8d96f73cd0a89dca1e203783c08 (diff) | |
download | bcm5719-llvm-d3cc9fdd8e8c9c3d11dd78947d1fd7d110eea111.tar.gz bcm5719-llvm-d3cc9fdd8e8c9c3d11dd78947d1fd7d110eea111.zip |
Fix this test up a bit.
llvm-svn: 127621
-rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel-pred.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-pred.ll b/llvm/test/CodeGen/ARM/fast-isel-pred.ll index 8c46244a36d..8de54ad5332 100644 --- a/llvm/test/CodeGen/ARM/fast-isel-pred.ll +++ b/llvm/test/CodeGen/ARM/fast-isel-pred.ll @@ -1,6 +1,4 @@ -; RUN: llc < %s -O0 -target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:64-n32" -target triple = "armv7-apple-darwin" +; RUN: llc -O0 -mtriple=armv7-apple-darwin < %s define i32 @main() nounwind ssp { entry: |