diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/bitreverse.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/bitreverse.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/bitreverse.ll b/llvm/test/CodeGen/PowerPC/bitreverse.ll index 1c3741a9a69..dca7340d035 100644 --- a/llvm/test/CodeGen/PowerPC/bitreverse.ll +++ b/llvm/test/CodeGen/PowerPC/bitreverse.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=ppc64 %s -o - | FileCheck %s +; RUN: llc -verify-machineinstrs -march=ppc64 %s -o - | FileCheck %s ; These tests just check that the plumbing is in place for @llvm.bitreverse. The ; actual output is massive at the moment as llvm.bitreverse is not yet legal. |