diff options
Diffstat (limited to 'test/CodeGen/Hexagon/frame.ll')
-rw-r--r-- | test/CodeGen/Hexagon/frame.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/Hexagon/frame.ll b/test/CodeGen/Hexagon/frame.ll index c0a9fda46894..dc87c732d6fe 100644 --- a/test/CodeGen/Hexagon/frame.ll +++ b/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 |