diff options
Diffstat (limited to 'test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll')
-rw-r--r-- | test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll b/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll index 4bcad3a..6ab44ac 100644 --- a/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll +++ b/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -sccp | llvm-dis | grep undef | count 1 +; RUN: opt %s -sccp -S | grep undef | count 1 ; PR1938 define i32 @main() { |