X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2F2006-12-23-Select-Cmp-Cmp.ll;h=eba1ac1298ce48e9fae743d3c605a58d49eb92a1;hb=a0c9939873c404f272b3e0abb102c335146764fe;hp=e653aa1e2c4d3cb1f76ecaab6c5c1fd6a2407d43;hpb=ec9a35a6f9143cfa325e0413cc297c48f627973a;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll b/test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll index e653aa1e2c4..eba1ac1298c 100644 --- a/test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll +++ b/test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll @@ -1,6 +1,7 @@ ; For PR1065. This causes an assertion in instcombine if a select with two cmp ; operands is encountered. -; RUN: llvm-as < %s | opt -instcombine -disable-output +; RUN: opt < %s -instcombine -disable-output +; END. target datalayout = "e-p:32:32" target triple = "i686-pc-linux-gnu"