]> granicus.if.org Git - llvm/commit
[NFC] SCEVExpander: add SetCurrentDebugLocation() / getCurrentDebugLocation() wrappers
authorRoman Lebedev <lebedev.ri@gmail.com>
Fri, 30 Aug 2019 09:51:02 +0000 (09:51 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Fri, 30 Aug 2019 09:51:02 +0000 (09:51 +0000)
commite532cbf3c001c46677e0dff43e119952a795f552
treee8ed07b891a62817fe638a9d23a69b21fb7a7b9b
parent795f752ce7fd6f2bdc3ee6e165476eef961a7c82
[NFC] SCEVExpander: add SetCurrentDebugLocation() / getCurrentDebugLocation() wrappers

Summary:
The internal `Builder` is private, which means there is
currently no way to set the debuginfo locations for `SCEVExpander`.
This only adds the wrappers, but does not use them anywhere.

Reviewers: mkazantsev, sanjoy, gberry, jyknight, dneilson

Reviewed By: sanjoy

Subscribers: javed.absar, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D61007

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370453 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolutionExpander.h