diff options
| author | Michael Ferguson <michaelferguson@acm.org> | 2019-01-07 21:02:22 +0000 |
|---|---|---|
| committer | Michael Ferguson <michaelferguson@acm.org> | 2019-01-07 21:02:22 +0000 |
| commit | e39b614d1d3f1169b1c6727395b85c7355323760 (patch) | |
| tree | 4488ecb48848036f81fe2bcb47d016137a44e779 /llvm/test | |
| parent | cd9e232a4d35f5983e48e626cf97e0ac5151f722 (diff) | |
| download | bcm5719-llvm-e39b614d1d3f1169b1c6727395b85c7355323760.tar.gz bcm5719-llvm-e39b614d1d3f1169b1c6727395b85c7355323760.zip | |
[ValueTracking] Adjust comment in test
Adjusts a comment in this test to verify commit access.
llvm-svn: 350569
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Analysis/ValueTracking/gep-negative-issue.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ValueTracking/gep-negative-issue.ll b/llvm/test/Analysis/ValueTracking/gep-negative-issue.ll index 5ed7e068e31..84088df55ff 100644 --- a/llvm/test/Analysis/ValueTracking/gep-negative-issue.ll +++ b/llvm/test/Analysis/ValueTracking/gep-negative-issue.ll @@ -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 |

