diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/pr20442.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/pr20442.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/pr20442.ll b/llvm/test/CodeGen/PowerPC/pr20442.ll index 555c3dae1f4..b1d71056c3e 100644 --- a/llvm/test/CodeGen/PowerPC/pr20442.ll +++ b/llvm/test/CodeGen/PowerPC/pr20442.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=pwr7 < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mcpu=pwr7 < %s | FileCheck %s target datalayout = "E-m:e-p:32:32-i64:64-n32" target triple = "powerpc-unknown-linux-gnu" |