diff options
author | Duncan Sands <baldrick@free.fr> | 2010-05-07 17:03:48 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-05-07 17:03:48 +0000 |
commit | ebf838274fd066429fe744c39d56878ebc341fd8 (patch) | |
tree | 33ea800a08b09d1db7a45fb33090c665bed507b6 /llvm/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll | |
parent | 50689f0bb9fb7f4ba3ca30c52a2de16889360726 (diff) | |
download | bcm5719-llvm-ebf838274fd066429fe744c39d56878ebc341fd8.tar.gz bcm5719-llvm-ebf838274fd066429fe744c39d56878ebc341fd8.zip |
Correct some bogus target triples.
llvm-svn: 103265
Diffstat (limited to 'llvm/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll b/llvm/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll index 670d2045f8e..a48e41f55e5 100644 --- a/llvm/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll +++ b/llvm/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=arm-linuxeabi-unknown-gnu -mattr=+v6 +; RUN: llc < %s -mtriple=arm-unknown-linux-gnueabi -mattr=+v6 ; PR4166 %"byte[]" = type { i32, i8* } |