[llvm-commits] [llvm] r168283 - /llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll

Andrew Trick atrick at apple.com
Sat Nov 17 22:21:03 PST 2012


Author: atrick
Date: Sun Nov 18 00:21:03 2012
New Revision: 168283

URL: http://llvm.org/viewvc/llvm-project?rev=168283&view=rev
Log:
Use a full triple for a PPC test case for asm syntax.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll?rev=168283&r1=168282&r2=168283&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll Sun Nov 18 00:21:03 2012
@@ -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 @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()





More information about the llvm-commits mailing list