commit | 1c8c209c3e3cde1dd81026f368e33d06a219bf05 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Fri May 07 17:03:48 2010 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Fri May 07 17:03:48 2010 +0000 |
tree | 52d2baff3e0296637d1e843179cc4e25e39712f0 | |
parent | 36b7ef149a89e24fb461a80f70499b05e6202d49 [diff] [blame] |
Correct some bogus target triples. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103265 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll b/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll index 670d204..a48e41f 100644 --- a/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll +++ b/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* }