From: Chris Lattner Date: Sun, 14 Nov 2004 17:54:58 +0000 (+0000) Subject: Fix typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e58b25490b8e549e1a5b252d3f9dc1095fd68dc8;p=oota-llvm.git Fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17738 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/phi.ll b/test/Transforms/InstCombine/phi.ll index c2970075715..a15d341e3b6 100644 --- a/test/Transforms/InstCombine/phi.ll +++ b/test/Transforms/InstCombine/phi.ll @@ -43,7 +43,7 @@ L2: br label %Loop } -int %test5(int %a, bool %b) { +int %test5(int %A, bool %b) { BB0: br label %Loop Loop: