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 | 0031af66158d4b761d140126005f796fb42759a7 (patch) | |
tree | 4f42166dca4e75f47b1d6ddf843369e4bf924018 /test/CodeGen/Hexagon/vaddh.ll | |
parent | 39de32f4971a01f0812375cbd117ced13652e31f (diff) | |
download | external_llvm-0031af66158d4b761d140126005f796fb42759a7.zip external_llvm-0031af66158d4b761d140126005f796fb42759a7.tar.gz external_llvm-0031af66158d4b761d140126005f796fb42759a7.tar.bz2 |
Enable all Hexagon tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Hexagon/vaddh.ll')
-rw-r--r-- | test/CodeGen/Hexagon/vaddh.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/Hexagon/vaddh.ll b/test/CodeGen/Hexagon/vaddh.ll index 788e474..01d2041 100644 --- a/test/CodeGen/Hexagon/vaddh.ll +++ b/test/CodeGen/Hexagon/vaddh.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: vaddh(r{{[0-9]+}}, r{{[0-9]+}}) @j = external global i32 |