diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vsx-recip-est.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vsx-recip-est.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vsx-recip-est.ll b/llvm/test/CodeGen/PowerPC/vsx-recip-est.ll index f589c6c103e..e1d2cdc5e9c 100644 --- a/llvm/test/CodeGen/PowerPC/vsx-recip-est.ll +++ b/llvm/test/CodeGen/PowerPC/vsx-recip-est.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr8 -enable-unsafe-fp-math | FileCheck %s -; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -enable-unsafe-fp-math | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr8 -enable-unsafe-fp-math | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -enable-unsafe-fp-math | FileCheck %s @a = global float 3.000000e+00, align 4 @b = global float 4.000000e+00, align 4 @c = global double 3.000000e+00, align 8 |