diff --git a/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll b/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll index db4735d0b62..88c4cc43153 100644 --- a/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll +++ b/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false' +; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep 'ret bool false' bool %test(bool %V) { %Y = setlt bool %V, false ret bool %Y