diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fp-to-int-to-fp.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fp-to-int-to-fp.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fp-to-int-to-fp.ll b/llvm/test/CodeGen/PowerPC/fp-to-int-to-fp.ll index f56b9b38ead..be55d4ab853 100644 --- a/llvm/test/CodeGen/PowerPC/fp-to-int-to-fp.ll +++ b/llvm/test/CodeGen/PowerPC/fp-to-int-to-fp.ll @@ -1,5 +1,5 @@ -; RUN: llc -mcpu=a2 < %s | FileCheck %s -check-prefix=FPCVT -; RUN: llc -mcpu=ppc64 < %s | FileCheck %s -check-prefix=PPC64 +; RUN: llc -verify-machineinstrs -mcpu=a2 < %s | FileCheck %s -check-prefix=FPCVT +; RUN: llc -verify-machineinstrs -mcpu=ppc64 < %s | FileCheck %s -check-prefix=PPC64 target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-unknown-linux-gnu" |