From 29bebdffbbdb1960794319cc200458afd4e067e9 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 6 Mar 2017 16:03:26 +0000 Subject: [PATCH] Fix minor typo introduce in r297014 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297020 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/RegionInfo/outgoing_edge_1.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/RegionInfo/outgoing_edge_1.ll b/test/Analysis/RegionInfo/outgoing_edge_1.ll index 904194d9973..6f51131a188 100644 --- a/test/Analysis/RegionInfo/outgoing_edge_1.ll +++ b/test/Analysis/RegionInfo/outgoing_edge_1.ll @@ -36,4 +36,4 @@ bb8: ; CHECK: [0] bb => ; CHECK-NEXT: [1] bb1 => bb8 -; CHECK-NEXT: End Region tree +; CHECK-NEXT: End region tree