diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/float-asmprint.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/float-asmprint.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/float-asmprint.ll b/llvm/test/CodeGen/PowerPC/float-asmprint.ll index c9dc02862aa..f4643d6eafb 100644 --- a/llvm/test/CodeGen/PowerPC/float-asmprint.ll +++ b/llvm/test/CodeGen/PowerPC/float-asmprint.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=powerpc64-none-linux < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mtriple=powerpc64-none-linux < %s | FileCheck %s ; Check that all current floating-point types are correctly emitted to assembly ; on a big-endian target. x86_fp80 can't actually print for unrelated reasons, |