diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vsx-div.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vsx-div.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vsx-div.ll b/llvm/test/CodeGen/PowerPC/vsx-div.ll index 0e8388543a2..eebe8d7a9c5 100644 --- a/llvm/test/CodeGen/PowerPC/vsx-div.ll +++ b/llvm/test/CodeGen/PowerPC/vsx-div.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=pwr7 -mattr=+vsx -O1 -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mcpu=pwr7 -mattr=+vsx -O1 -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s @vf = global <4 x float> <float -1.500000e+00, float 2.500000e+00, float -3.500000e+00, float 4.500000e+00>, align 16 @vd = global <2 x double> <double 3.500000e+00, double -7.500000e+00>, align 16 |