diff options
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/hwloop1.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/hwloop1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/hwloop1.ll b/llvm/test/CodeGen/Hexagon/hwloop1.ll index 97b779cf962..68af3b34eee 100644 --- a/llvm/test/CodeGen/Hexagon/hwloop1.ll +++ b/llvm/test/CodeGen/Hexagon/hwloop1.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon < %s | FileCheck %s +; RUN: llc -march=hexagon -enable-pipeliner=false < %s | FileCheck %s ; Check that we generate hardware loop instructions. ; Case 1 : Loop with a constant number of iterations. |