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 | 6d3a0e287bb29632907e77c6303742ee65bacf1f (patch) | |
tree | a987c57eaf716c15003f0ac497b60fc7d0f864e5 /test/CodeGen | |
parent | 5b7ac1402f3c84a751eac96838d4b9676723f0c8 (diff) |
Needs a triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/ARM/constants.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/constants.ll b/test/CodeGen/ARM/constants.ll index 60908957ae..7b6c9d4786 100644 --- a/test/CodeGen/ARM/constants.ll +++ b/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 |