Commit test change, forgotten as part of r131838.

llvm-svn: 131839
This commit is contained in:
Nick Lewycky 2011-05-22 05:31:47 +00:00
parent a68ec83b36
commit d60e135cfe
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ entry:
; CHECK-NEXT: entry:
; CHECK-NEXT: %A.i = alloca
; CHECK-NEXT: %B.i = alloca
; CHECK-NEXT: call void
; CHECK-NOT: alloca
call void @foo() nounwind
call void @foo() nounwind
ret void