diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/thread-pointer.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/thread-pointer.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/thread-pointer.ll b/llvm/test/CodeGen/PowerPC/thread-pointer.ll index 2e8282d8dfb..c094aefdf98 100644 --- a/llvm/test/CodeGen/PowerPC/thread-pointer.ll +++ b/llvm/test/CodeGen/PowerPC/thread-pointer.ll @@ -1,6 +1,6 @@ -; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s --check-prefix=CHECK-32 -; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s --check-prefix=CHECK-64 -; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu | FileCheck %s --check-prefix=CHECK-64 +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s --check-prefix=CHECK-32 +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s --check-prefix=CHECK-64 +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64le-unknown-linux-gnu | FileCheck %s --check-prefix=CHECK-64 ; Function Attrs: nounwind readnone declare i8* @llvm.thread.pointer() #1 |