diff options
Diffstat (limited to 'test/CodeGen/Hexagon/mpy.ll')
-rw-r--r-- | test/CodeGen/Hexagon/mpy.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/mpy.ll b/test/CodeGen/Hexagon/mpy.ll index d5c5ae3453..afd6fc6071 100644 --- a/test/CodeGen/Hexagon/mpy.ll +++ b/test/CodeGen/Hexagon/mpy.ll @@ -1,4 +1,5 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s +; RUN: true +; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s ; CHECK: += mpyi define void @foo(i32 %acc, i32 %num, i32 %num2) nounwind { |