From e615ad00631996fcaf4e0f5e8ac256d6b296674e Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Sun, 18 Nov 2012 06:21:03 +0000 Subject: [PATCH] Use a full triple for a PPC test case for asm syntax. llvm-svn: 168283 --- llvm/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll b/llvm/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll index 7bbbbe9..35e3fdd 100644 --- a/llvm/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll +++ b/llvm/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=ppc64 -enable-misched < %s | FileCheck %s +; RUN: llc -mtriple=powerpc64-bgq-linux -enable-misched < %s | FileCheck %s ; ; PR14315: misched should not move the physreg copy of %t below the calls. @@ -9,8 +9,8 @@ declare void @init() nounwind declare void @clock() nounwind ; CHECK: %entry -; fmr f31, f1 -; bl _init +; CHECK: fmr 31, 1 +; CHECK: bl init define void @s332(double %t) nounwind { entry: tail call void @init() -- 2.7.4