diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-12-16 19:08:59 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-12-16 19:08:59 +0000 |
commit | 9ca2e7293bd5d4d8b944856e0ad7be9abf9b764b (patch) | |
tree | 7c13d2d1dbb6a7b5142fd6dd6a3f97326d8e8a80 /llvm/test/CodeGen/Hexagon/static.ll | |
parent | f6f003af6a91d154c050dd20c4a3f18195c5c45e (diff) | |
download | bcm5719-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.ll | 3 |
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 |