Fix testcase
authorChris Lattner <sabre@nondot.org>
Fri, 28 Feb 2003 19:21:27 +0000 (19:21 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Feb 2003 19:21:27 +0000 (19:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5674 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll

index a0ba69d849dbfa0e962862224c5f0db62e75facb..9a133e4d8386353fc714a0a86b5b6f5ad3c214a8 100644 (file)
@@ -8,7 +8,7 @@ Loop:
        store int 5, int* %P
        %P2 = cast int* %P to sbyte*
        store sbyte 4, sbyte* %P2
-       br bool true, label %loop, label %Out
+       br bool true, label %Loop, label %Out
 Out:
        ret void
 }