summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-04-06 01:19:38 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-04-06 01:19:38 +0000
commitc0a7a1280cb2900bf9cfca5a8ef71f05c4f855ce (patch)
tree68b84b1acdc77a0e1a0c0fe00e81fc79d4a2d113 /test
parent6bbab86af959a8819ddadfe8909bcfa5aa53ce9f (diff)
downloadllvm-c0a7a1280cb2900bf9cfca5a8ef71f05c4f855ce.tar.gz
llvm-c0a7a1280cb2900bf9cfca5a8ef71f05c4f855ce.tar.bz2
llvm-c0a7a1280cb2900bf9cfca5a8ef71f05c4f855ce.tar.xz
Actually finish this sentence in the comment the way I intended. Thanks
Matt for pointing this out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154158 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/Inline/inline_cleanup.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/inline_cleanup.ll b/test/Transforms/Inline/inline_cleanup.ll
index 1dd94f3e6c..9f3951bd07 100644
--- a/test/Transforms/Inline/inline_cleanup.ll
+++ b/test/Transforms/Inline/inline_cleanup.ll
@@ -163,7 +163,7 @@ if.end5:
define void @PR12470_outer() {
; This previously crashed during inliner cleanup and folding inner return
; instructions. Check that we don't crash and we produce a function with a single
-; crash.
+; return instruction due to merging the returns of the inlined function.
; CHECK: define void @PR12470_outer
; CHECK: ret void
; CHECK-NOT: ret void