OSDN Git Service

removes a few "const" qualifiers
authorSebastian Pop <spop@codeaurora.org>
Tue, 20 Nov 2012 22:28:04 +0000 (22:28 +0000)
committerSebastian Pop <spop@codeaurora.org>
Tue, 20 Nov 2012 22:28:04 +0000 (22:28 +0000)
commit7372a7d5f87bf1ff65d07f25bae037ddc4df994d
treea646bca1d17544a0f48786dd6817eef6812fc9d3
parent17cfe87c390265187d16a60ff4d7687802a07bba
removes a few "const" qualifiers

so that I can (someday) call SE->getSCEV without complaint.
No semantic change intended.

Patch from Preston Briggs <preston.briggs@gmail.com>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168391 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DependenceAnalysis.h
lib/Analysis/DependenceAnalysis.cpp