diff options
-rw-r--r-- | test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll b/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll index a0ba69d849..9a133e4d83 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 } |