diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/in-asm-f64-reg.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/in-asm-f64-reg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/in-asm-f64-reg.ll b/llvm/test/CodeGen/PowerPC/in-asm-f64-reg.ll index 08b1a2c876e..1d6905446b1 100644 --- a/llvm/test/CodeGen/PowerPC/in-asm-f64-reg.ll +++ b/llvm/test/CodeGen/PowerPC/in-asm-f64-reg.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -no-integrated-as | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-linux-gnu -no-integrated-as | FileCheck %s define void @f() { ; CHECK: @f |