[llvm-commits] [llvm] r112610 - /llvm/trunk/test/CodeGen/Thumb/vargs.ll
Jim Grosbach
grosbach at apple.com
Tue Aug 31 10:58:47 PDT 2010
Author: grosbach
Date: Tue Aug 31 12:58:47 2010
New Revision: 112610
URL: http://llvm.org/viewvc/llvm-project?rev=112610&view=rev
Log:
Update test for 112609
Modified:
llvm/trunk/test/CodeGen/Thumb/vargs.ll
Modified: llvm/trunk/test/CodeGen/Thumb/vargs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb/vargs.ll?rev=112610&r1=112609&r2=112610&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb/vargs.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb/vargs.ll Tue Aug 31 12:58:47 2010
@@ -1,5 +1,5 @@
; RUN: llc < %s -march=thumb
-; RUN: llc < %s -mtriple=thumb-linux | grep pop | count 1
+; RUN: llc < %s -mtriple=thumb-linux | grep pop | count 2
; RUN: llc < %s -mtriple=thumb-darwin | grep pop | count 2
@str = internal constant [4 x i8] c"%d\0A\00" ; <[4 x i8]*> [#uses=1]
More information about the llvm-commits
mailing list