diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-03-31 13:32:32 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-03-31 13:32:32 +0000 |
commit | 8c4fd2bdebac385bf935e51c69b3619d836a9c4f (patch) | |
tree | 4244cdda57f03b4c2dc0dc25a5b179c6db2cc329 /llvm/test/CodeGen | |
parent | 261d62c8625fa6ffc0044284f0874ec720dd4f9a (diff) | |
download | bcm5719-llvm-8c4fd2bdebac385bf935e51c69b3619d836a9c4f.tar.gz bcm5719-llvm-8c4fd2bdebac385bf935e51c69b3619d836a9c4f.zip |
Revert 233694. Weak SVN-fu.
llvm-svn: 233695
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/adde.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/Hexagon/sube.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/adde.ll b/llvm/test/CodeGen/Hexagon/adde.ll index 5a8345c477c..6d060c1b9e2 100644 --- a/llvm/test/CodeGen/Hexagon/adde.ll +++ b/llvm/test/CodeGen/Hexagon/adde.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -hexagon-expand-condsets=0 < %s | FileCheck %s +; RUN: llc -march=hexagon < %s | FileCheck %s ; CHECK: r{{[0-9]+:[0-9]+}} = #0 ; CHECK: r{{[0-9]+:[0-9]+}} = #1 diff --git a/llvm/test/CodeGen/Hexagon/sube.ll b/llvm/test/CodeGen/Hexagon/sube.ll index 1a7882276c8..735ac9eb82e 100644 --- a/llvm/test/CodeGen/Hexagon/sube.ll +++ b/llvm/test/CodeGen/Hexagon/sube.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -hexagon-expand-condsets=0 < %s | FileCheck %s +; RUN: llc -march=hexagon < %s | FileCheck %s ; CHECK: r{{[0-9]+:[0-9]+}} = #0 ; CHECK: r{{[0-9]+:[0-9]+}} = #1 |