diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2016-04-08 18:15:37 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2016-04-08 18:15:37 +0000 |
| commit | efe37328831b7184548e038f067e3dd8313ec42f (patch) | |
| tree | f703c5532fdbcbdb5e4574ec57d973d34e98fe4c /llvm/test/CodeGen/Hexagon | |
| parent | 464f7dfd04b30ac550e3b5fbf836af716d6c3e06 (diff) | |
| download | bcm5719-llvm-efe37328831b7184548e038f067e3dd8313ec42f.tar.gz bcm5719-llvm-efe37328831b7184548e038f067e3dd8313ec42f.zip | |
Revert r265817
lld tests need to be addressed.
llvm-svn: 265822
Diffstat (limited to 'llvm/test/CodeGen/Hexagon')
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/cmp.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/relax.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/cmp.ll b/llvm/test/CodeGen/Hexagon/cmp.ll index 0f086199365..c274a787249 100644 --- a/llvm/test/CodeGen/Hexagon/cmp.ll +++ b/llvm/test/CodeGen/Hexagon/cmp.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon --filetype=obj < %s -o - | llvm-objdump --print-imm-hex=false -d - | FileCheck %s +; RUN: llc -march=hexagon --filetype=obj < %s -o - | llvm-objdump -d - | FileCheck %s ; Function Attrs: nounwind define i32 @cmpeq(i32 %i) #0 { diff --git a/llvm/test/CodeGen/Hexagon/relax.ll b/llvm/test/CodeGen/Hexagon/relax.ll index 7ef15fdedf3..9af45f3353c 100644 --- a/llvm/test/CodeGen/Hexagon/relax.ll +++ b/llvm/test/CodeGen/Hexagon/relax.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -filetype=obj < %s | llvm-objdump --print-imm-hex=false -d -r - | FileCheck %s +; RUN: llc -march=hexagon -filetype=obj < %s | llvm-objdump -d -r - | FileCheck %s declare void @bar() |

