diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppcsoftops.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppcsoftops.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppcsoftops.ll b/llvm/test/CodeGen/PowerPC/ppcsoftops.ll index 70ee8a42baa..19c241d667f 100644 --- a/llvm/test/CodeGen/PowerPC/ppcsoftops.ll +++ b/llvm/test/CodeGen/PowerPC/ppcsoftops.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=powerpc-unknown-linux-gnu -O0 < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mtriple=powerpc-unknown-linux-gnu -O0 < %s | FileCheck %s ; Testing operations in soft-float mode define double @foo() #0 { |