These tests all rely on using register mnemonics and thus must behave in the
world of darwin.
llvm-svn: 32725
diff --git a/llvm/test/Regression/CodeGen/PowerPC/seteq-0.ll b/llvm/test/Regression/CodeGen/PowerPC/seteq-0.ll
index db57064..ddba7f0 100644
--- a/llvm/test/Regression/CodeGen/PowerPC/seteq-0.ll
+++ b/llvm/test/Regression/CodeGen/PowerPC/seteq-0.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'srwi r., r., 5'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'srwi r., r., 5'
int %eq0(int %a) {
%tmp.1 = seteq int %a, 0 ; <bool> [#uses=1]