diff options
author | Dan Gohman <gohman@apple.com> | 2009-10-24 23:23:04 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-10-24 23:23:04 +0000 |
commit | 2b110caabfa00a048fceba7e5a0df04cf4c6f691 (patch) | |
tree | 214820b48f0ab6e22c19550e3105018bfbd7af4c /test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll | |
parent | e6e37b94e86acfa33e687a6284079d0adb0c8c4a (diff) | |
download | external_llvm-2b110caabfa00a048fceba7e5a0df04cf4c6f691.zip external_llvm-2b110caabfa00a048fceba7e5a0df04cf4c6f691.tar.gz external_llvm-2b110caabfa00a048fceba7e5a0df04cf4c6f691.tar.bz2 |
Make these tests more interesting by using
-verify-dom-info and -verify-loop-info, which enable additional
(expensive) consistency checks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll')
-rw-r--r-- | test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll b/test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll index 3e170dc..7036d2d 100644 --- a/test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll +++ b/test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -loop-rotate | llvm-dis +; RUN: opt < %s -loop-rotate -verify-dom-info -verify-loop-info -disable-output ; PR3408 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128" target triple = "x86_64-unknown-linux-gnu" |