diff options
author | Sirish Pande <spande@codeaurora.org> | 2012-05-15 16:13:12 +0000 |
---|---|---|
committer | Sirish Pande <spande@codeaurora.org> | 2012-05-15 16:13:12 +0000 |
commit | 91856a1f153071313f62212774c6d55d2bc42f73 (patch) | |
tree | d87804ff5d3947c1b49bf13cee32ab9c9bc596ae /llvm/test/CodeGen/Hexagon/mpy.ll | |
parent | ab5c9240061f6989a97143cb313e046833793eb7 (diff) | |
download | bcm5719-llvm-91856a1f153071313f62212774c6d55d2bc42f73.tar.gz bcm5719-llvm-91856a1f153071313f62212774c6d55d2bc42f73.zip |
Enable all Hexagon tests.
llvm-svn: 156824
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/mpy.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/mpy.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/mpy.ll b/llvm/test/CodeGen/Hexagon/mpy.ll index afd6fc60718..d5c5ae34535 100644 --- a/llvm/test/CodeGen/Hexagon/mpy.ll +++ b/llvm/test/CodeGen/Hexagon/mpy.ll @@ -1,5 +1,4 @@ -; RUN: true -; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s +; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s ; CHECK: += mpyi define void @foo(i32 %acc, i32 %num, i32 %num2) nounwind { |