diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-14 17:54:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-14 17:54:58 +0000 |
commit | e58b25490b8e549e1a5b252d3f9dc1095fd68dc8 (patch) | |
tree | d5658b6f335194ec04aa310ed34f4cbe856dbf3d /test/Transforms | |
parent | 56ef3aebd841f1704ef9fd5ad9038ecd998cc7d0 (diff) | |
download | external_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.ll | 2 |
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: |