aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-14 17:54:58 +0000
committerChris Lattner <sabre@nondot.org>2004-11-14 17:54:58 +0000
commite58b25490b8e549e1a5b252d3f9dc1095fd68dc8 (patch)
treed5658b6f335194ec04aa310ed34f4cbe856dbf3d /test/Transforms
parent56ef3aebd841f1704ef9fd5ad9038ecd998cc7d0 (diff)
downloadexternal_llvm-e58b25490b8e549e1a5b252d3f9dc1095fd68dc8.zip
external_llvm-e58b25490b8e549e1a5b252d3f9dc1095fd68dc8.tar.gz
external_llvm-e58b25490b8e549e1a5b252d3f9dc1095fd68dc8.tar.bz2
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17738 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/InstCombine/phi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/phi.ll b/test/Transforms/InstCombine/phi.ll
index c297007..a15d341 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: