]> granicus.if.org Git - llvm/commitdiff
[ValueTracking] Adjust comment in test
authorMichael Ferguson <michaelferguson@acm.org>
Mon, 7 Jan 2019 21:02:22 +0000 (21:02 +0000)
committerMichael Ferguson <michaelferguson@acm.org>
Mon, 7 Jan 2019 21:02:22 +0000 (21:02 +0000)
Adjusts a comment in this test to verify commit access.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350569 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/ValueTracking/gep-negative-issue.ll

index 5ed7e068e317809561922df44720b86a0469afdd..84088df55ff8ba17712effb01b91fee4eb95a1e6 100644 (file)
@@ -19,7 +19,8 @@ entry:
   %x2 = getelementptr inbounds %ArrayImpl, %ArrayImpl addrspace(100)* %x1, i32 0, i32 8
   %x3 = load double addrspace(100)*, double addrspace(100)* addrspace(100)* %x2
   %x4 = getelementptr inbounds double, double addrspace(100)* %x3, i64 -1
-  ; Stores that should be to the same location
+  ; These two stores refer to the same memory location
+  ; Even so, they are expected to remain separate stores here
   store double 0.000000e+00, double addrspace(100)* %4
   store double 0.000000e+00, double addrspace(100)* %x4
   ; Third section is the repeated code again, with a later store