diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-06-22 19:42:14 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-06-22 19:42:14 +0000 |
commit | 90e6a4e5d5954b50af5c7d80cf5d3f88d0c6007a (patch) | |
tree | 87c79770ca4277312a30219240fa2dd585584825 /llvm/test/CodeGen/ARM/constants.ll | |
parent | 3bde9b15a183dd921cda4a9ae3f74e46c40b1854 (diff) | |
download | bcm5719-llvm-90e6a4e5d5954b50af5c7d80cf5d3f88d0c6007a.tar.gz bcm5719-llvm-90e6a4e5d5954b50af5c7d80cf5d3f88d0c6007a.zip |
Needs a triple.
llvm-svn: 133634
Diffstat (limited to 'llvm/test/CodeGen/ARM/constants.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/constants.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/constants.ll b/llvm/test/CodeGen/ARM/constants.ll index 60908957ae4..7b6c9d47860 100644 --- a/llvm/test/CodeGen/ARM/constants.ll +++ b/llvm/test/CodeGen/ARM/constants.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm -disable-cgp-branch-opts | FileCheck %s +; RUN: llc < %s -mtriple=armv4t-unknown-linux-gnueabi -disable-cgp-branch-opts | FileCheck %s define i32 @f1() { ; CHECK: f1 |