Skip to content
Commit 5d293930 authored by Rui Ueyama's avatar Rui Ueyama
Browse files

ELF: Make findAbsoluteAtom return AtomLayout* instead of an iterator.

All calls of findAbsoluteAtoms seem a bit awkward because of the type
of the function. It semantically returns a pointer to an AtomLayout or
nothing, so I made the function return AtomLayout*.

In this patch, I also expanded some "auto"s because their actual type
were not obvious in their contexts.

llvm-svn: 233769
parent 0ddb7226
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment