diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fast-isel-icmp-split.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fast-isel-icmp-split.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fast-isel-icmp-split.ll b/llvm/test/CodeGen/PowerPC/fast-isel-icmp-split.ll index e1f22781db3..fdd0fc27678 100644 --- a/llvm/test/CodeGen/PowerPC/fast-isel-icmp-split.ll +++ b/llvm/test/CodeGen/PowerPC/fast-isel-icmp-split.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 -relocation-model=pic < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -O0 -relocation-model=pic < %s | FileCheck %s target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-bgq-linux" |