Fix typo
authorChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2004 17:54:58 +0000 (17:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2004 17:54:58 +0000 (17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17738 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/phi.ll

index c29700757158377604b41738f6a578fb6e65cf13..a15d341e3b67abdc58d78a2881ac32106c24d333 100644 (file)
@@ -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: