diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-09-14 15:17:46 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-09-14 15:17:46 +0000 |
commit | 7246dcc880cb36e47daa120f63585d46f92e2649 (patch) | |
tree | b9100d65df6bfd8e8e3bbe0632c139d85bc2c22d /llvm/lib/CodeGen/MachineLoopInfo.cpp | |
parent | 6ba29e21307eb883a5f625d1ea5346e3c2ba1dd4 (diff) | |
download | bcm5719-llvm-7246dcc880cb36e47daa120f63585d46f92e2649.tar.gz bcm5719-llvm-7246dcc880cb36e47daa120f63585d46f92e2649.zip |
CodeGen: simplify the logic a slight bit
Move the definition of `getTriple()` into the header. It would just call
`getTarget().getTriple()`. Inline the definition to allow the compiler to see
the same amount of the layout as previously. Remove the more verbose
`getTarget().getTriple()` in favour of `getTriple()`.
llvm-svn: 281487
Diffstat (limited to 'llvm/lib/CodeGen/MachineLoopInfo.cpp')
0 files changed, 0 insertions, 0 deletions