diff options
Diffstat (limited to 'test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll')
-rw-r--r-- | test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll b/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll index c3600673d5..dd24d96562 100644 --- a/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll +++ b/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll @@ -1,6 +1,6 @@ ; SetCC on boolean values was not implemented! -; RUN: opt %s -constprop -die -S | \ +; RUN: opt < %s -constprop -die -S | \ ; RUN: not grep set define i1 @test1() { |