diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc-empty-fs.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc-empty-fs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc-empty-fs.ll b/llvm/test/CodeGen/PowerPC/ppc-empty-fs.ll index 8c0a2fb1dc0..c89ca2ea2ab 100644 --- a/llvm/test/CodeGen/PowerPC/ppc-empty-fs.ll +++ b/llvm/test/CodeGen/PowerPC/ppc-empty-fs.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s | FileCheck %s +; RUN: llc -verify-machineinstrs < %s | FileCheck %s ; This guarantees that we add the default set of features to the current feature ; string. We won't successfully legalize the types here without +64bit being ; silently added. |