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/frame.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/frame.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/frame.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/frame.ll b/llvm/test/CodeGen/Hexagon/frame.ll index c0a9fda4689..dc87c732d6f 100644 --- a/llvm/test/CodeGen/Hexagon/frame.ll +++ b/llvm/test/CodeGen/Hexagon/frame.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 @num = external global i32 @acc = external global i32 |