diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll b/llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll index 89e7cc6c50e..88756086fea 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll @@ -1,4 +1,4 @@ -; RUN: llc -O1 < %s -march=ppc64 -mcpu=pwr7 | FileCheck %s +; RUN: llc -verify-machineinstrs -O1 < %s -march=ppc64 -mcpu=pwr7 | FileCheck %s target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-unknown-linux-gnu" |