diff options
Diffstat (limited to 'test/Transforms/LoopRotate/alloca.ll')
-rw-r--r-- | test/Transforms/LoopRotate/alloca.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopRotate/alloca.ll b/test/Transforms/LoopRotate/alloca.ll index fd217ea..bbcfb39 100644 --- a/test/Transforms/LoopRotate/alloca.ll +++ b/test/Transforms/LoopRotate/alloca.ll @@ -14,7 +14,7 @@ declare void @use(i8*) define void @test() { entry: - %end = load i16* @e + %end = load i16, i16* @e br label %loop loop: |