diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-11-09 04:07:48 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-11-09 04:07:48 +0000 |
commit | 7cd0892729801c45b170918159bc249bd9ee2b6b (patch) | |
tree | 3cbd64ca51c1bae2157f64a9c46b3cb6b77b4998 /llvm/test/CodeGen/Hexagon/static.ll | |
parent | 3383ccc4003a685476be4eb5786539648c33ba90 (diff) | |
download | bcm5719-llvm-7cd0892729801c45b170918159bc249bd9ee2b6b.tar.gz bcm5719-llvm-7cd0892729801c45b170918159bc249bd9ee2b6b.zip |
[Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction parsing tests. General updating of the code emission.
llvm-svn: 252443
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/static.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/static.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Hexagon/static.ll b/llvm/test/CodeGen/Hexagon/static.ll index 760b8b55972..6adfaaf139e 100644 --- a/llvm/test/CodeGen/Hexagon/static.ll +++ b/llvm/test/CodeGen/Hexagon/static.ll @@ -1,4 +1,5 @@ ; RUN: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched -disable-hexagon-misched < %s | FileCheck %s +; XFAIL: * @num = external global i32 @acc = external global i32 |