diff options
Diffstat (limited to 'test/Transforms/LoopUnswitch/infinite-loop.ll')
-rw-r--r-- | test/Transforms/LoopUnswitch/infinite-loop.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/LoopUnswitch/infinite-loop.ll b/test/Transforms/LoopUnswitch/infinite-loop.ll index f3fba64..8261e38 100644 --- a/test/Transforms/LoopUnswitch/infinite-loop.ll +++ b/test/Transforms/LoopUnswitch/infinite-loop.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: opt -loop-unswitch -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s ; RUN: opt -loop-unswitch -simplifycfg -S < %s | FileCheck %s ; PR5373 |