diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll b/llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll index 6c5c288a2bc..fbbf6a59e8f 100644 --- a/llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll +++ b/llvm/test/CodeGen/PowerPC/inverted-bool-compares.ll @@ -1,5 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep xori && -; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 +; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep xori int %test(bool %B, int* %P) { br bool %B, label %T, label %F |