summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LICM/guards.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/LICM/guards.ll')
-rw-r--r--llvm/test/Transforms/LICM/guards.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LICM/guards.ll b/llvm/test/Transforms/LICM/guards.ll
index 2873c89d092..2343e0917c5 100644
--- a/llvm/test/Transforms/LICM/guards.ll
+++ b/llvm/test/Transforms/LICM/guards.ll
@@ -84,7 +84,7 @@ loop:
}
; But can hoist if the side effect is hoisted with MSSA
-define void @test2b_prime(i1 %cond, i32* %ptr) {
+define void @test2b_prime(i1 %cond, i32* noalias %ptr) {
; MSSA-LABEL: @test2b_prime(
; MSSA-NEXT: entry:
; MSSA-NEXT: [[P2:%.*]] = getelementptr i32, i32* [[PTR:%.*]], i32 1
OpenPOWER on IntegriCloud