summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/static.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-12-16 19:08:59 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-12-16 19:08:59 +0000
commit9ca2e7293bd5d4d8b944856e0ad7be9abf9b764b (patch)
tree7c13d2d1dbb6a7b5142fd6dd6a3f97326d8e8a80 /llvm/test/CodeGen/Hexagon/static.ll
parentf6f003af6a91d154c050dd20c4a3f18195c5c45e (diff)
downloadbcm5719-llvm-9ca2e7293bd5d4d8b944856e0ad7be9abf9b764b.tar.gz
bcm5719-llvm-9ca2e7293bd5d4d8b944856e0ad7be9abf9b764b.zip
Hexagon: Fix a nasty order-of-initialization bug.
Reenable the tests. llvm-svn: 146750
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/static.ll')
-rw-r--r--llvm/test/CodeGen/Hexagon/static.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/static.ll b/llvm/test/CodeGen/Hexagon/static.ll
index c251bd49163..843b7cbb7a0 100644
--- a/llvm/test/CodeGen/Hexagon/static.ll
+++ b/llvm/test/CodeGen/Hexagon/static.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
OpenPOWER on IntegriCloud