[Support] Add (Nonowning-)IslPtr::dump(). NFC.
authorMichael Kruse <llvm@meinersbur.de>
Fri, 30 Sep 2016 16:10:19 +0000 (16:10 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Fri, 30 Sep 2016 16:10:19 +0000 (16:10 +0000)
commit55519dad62216bbb3f23ef1366b0f7643162c502
treed47f49fc86e79621998ac9bdccad3d27fe53af5c
parent64bf0509f6c9cbf61f1a167d75130f463f999c4c
[Support] Add (Nonowning-)IslPtr::dump(). NFC.

The dump() methods can be called from a debugger instead of e.g.

    isl_*_dump(Var.Obj)

where Var is a variable of type IslPtr/NonowningIslPtr. To ensure that the
existence of the function pointers do not depdend on whether the methods are
used somwhere, they are declared with external linkage.

llvm-svn: 282870
polly/include/polly/Support/GICHelper.h
polly/lib/Support/GICHelper.cpp