diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/loop-data-prefetch.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/loop-data-prefetch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/loop-data-prefetch.ll b/llvm/test/CodeGen/PowerPC/loop-data-prefetch.ll index 59b74e67251..f4821564c20 100644 --- a/llvm/test/CodeGen/PowerPC/loop-data-prefetch.ll +++ b/llvm/test/CodeGen/PowerPC/loop-data-prefetch.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=a2 < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mcpu=a2 < %s | FileCheck %s target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-bgq-linux" |