diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/direct-move-profit.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/direct-move-profit.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/direct-move-profit.ll b/llvm/test/CodeGen/PowerPC/direct-move-profit.ll index 0fa8c776be3..423f0ff0e37 100644 --- a/llvm/test/CodeGen/PowerPC/direct-move-profit.ll +++ b/llvm/test/CodeGen/PowerPC/direct-move-profit.ll @@ -1,4 +1,4 @@ -; RUN: llc -O2 -mcpu=pwr8 -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -O2 -mcpu=pwr8 -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s ; Function Attrs: norecurse nounwind define void @test1(float* noalias nocapture %a, i32* noalias nocapture readonly %b, i32* nocapture readnone %c, i32 signext %n) #0 { |