From f6a3f0005555ea9eac2b3ec3d3d901940b26cba5 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 8 Dec 2006 17:39:49 +0000 Subject: This test needs to be upgraded. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32359 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll') diff --git a/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll b/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll index db4735d0b6..88c4cc4315 100644 --- a/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll +++ b/test/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 -- cgit v1.2.3