diff --git a/llvm/test/CodeGen/Hexagon/insert-big.ll b/llvm/test/CodeGen/Hexagon/insert-big.ll index 8735a6679bf54..a0df7c9719913 100644 --- a/llvm/test/CodeGen/Hexagon/insert-big.ll +++ b/llvm/test/CodeGen/Hexagon/insert-big.ll @@ -1,3 +1,6 @@ +; HexagonGenInsert.cpp has custom debug output control, which is only enabled in builds with assertions. +; REQUIRES: asserts + ; Check that llc does not abort, which happened due to incorrect MIR. ; RUN: llc -O2 -mtriple=hexagon -insert-max-ifmap=1 < %s ; RUN: llc -O2 -mtriple=hexagon -insert-max-ifmap=2 < %s