diff test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents 1172e4bd9c6f
children
line wrap: on
line diff
--- a/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll	Sat Feb 17 09:57:20 2018 +0900
+++ b/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll	Wed Aug 14 16:55:33 2019 +0900
@@ -1,7 +1,10 @@
-; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin
+; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s
 
 declare i8* @bar(i32)
 
+; CHECK: @foo
+; CHECK: blr
+
 define void @foo(i8* %pp) nounwind  {
 entry:
 	%tmp2 = tail call i8* @bar( i32 14 ) nounwind 		; <i8*> [#uses=0]