summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/restore-r30.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/restore-r30.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/restore-r30.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/restore-r30.ll b/llvm/test/CodeGen/PowerPC/restore-r30.ll
index 216d5a70934..8dba2be6930 100644
--- a/llvm/test/CodeGen/PowerPC/restore-r30.ll
+++ b/llvm/test/CodeGen/PowerPC/restore-r30.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=ppc32 -relocation-model=pic < %s | FileCheck %s
+; RUN: llc -relocation-model=pic < %s | FileCheck %s
; The load restoring r30 at the end of the function was placed out of order
; relative to its uses as the PIC base pointer.
@@ -11,7 +11,7 @@
; CHECK-NOT: 30,
target datalayout = "E-m:e-p:32:32-i64:64-n32"
-target triple = "powerpc"
+target triple = "powerpc--"
define double @fred(i64 %a) #0 {
entry:
OpenPOWER on IntegriCloud