diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/pr28130.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/pr28130.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/pr28130.ll b/llvm/test/CodeGen/PowerPC/pr28130.ll index e549c46d956..73eb1683b90 100644 --- a/llvm/test/CodeGen/PowerPC/pr28130.ll +++ b/llvm/test/CodeGen/PowerPC/pr28130.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -O0 < %s | FileCheck %s target triple = "powerpc64le-unknown-linux-gnu" %StructA = type { double, double, double, double, double, double, double, double } |