[llvm-commits] [llvm] r46565 - in /llvm/trunk: lib/CodeGen/MachineModuleInfo.cpp test/DebugInfo/globalGetElementPtr.ll
Dale Johannesen
dalej at apple.com
Wed Jan 30 11:45:45 PST 2008
On Jan 30, 2008, at 11:10 AM, Duncan Sands wrote:
> Hi Dale, maybe you could use IntrinsicInst::StripPointerCasts instead?
>
> Best wishes,
>
> Duncan.
Didn't know about this, thanks. It recurses and I don't think that's
what I want in this case. I did, however, steal its looping code:)
More information about the llvm-commits
mailing list