Fix grammar in test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131831 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2011-05-22 01:16:00 +00:00
parent edeecbff0e
commit c7e38e8f3f

View File

@ -2,7 +2,7 @@
; RUN: cat %t | grep 123 ; RUN: cat %t | grep 123
; This test tries to catch wrongful removal of return values for a specific case ; This test tries to catch wrongful removal of return values for a specific case
; that was break llvm-gcc builds. ; that was breaking llvm-gcc builds.
; This function has a live return value, it is used by @alive. ; This function has a live return value, it is used by @alive.
define internal i32 @test5() { define internal i32 @test5() {