diff options
Diffstat (limited to 'test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll')
-rw-r--r-- | test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 695aea4..ec84c73 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,6 @@ ; 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" |