diff --git a/llvm/test/CodeGen/ARM/indirectbr-3.ll b/llvm/test/CodeGen/ARM/indirectbr-3.ll index da3839893324baed4da0511e1b56e84e00ff8f55..1d8a24577f0aa37acbe0b56d3f6a749286f04f1d 100644 --- a/llvm/test/CodeGen/ARM/indirectbr-3.ll +++ b/llvm/test/CodeGen/ARM/indirectbr-3.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: llc < %s -mtriple=thumbv7-apple-ios -arm-atomic-cfg-tidy=0 -stats 2>&1 | FileCheck %s ; If ARMBaseInstrInfo::AnalyzeBlocks returns the wrong value, which was possible