diff --git a/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll b/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll index a0ba69d849d..9a133e4d838 100644 --- a/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll +++ b/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll @@ -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 }