Linker: Avoid some ridiculous indentation by using a temporary. NFC
authorJustin Bogner <mail@justinbogner.com>
Mon, 15 Aug 2016 22:41:42 +0000 (22:41 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 15 Aug 2016 22:41:42 +0000 (22:41 +0000)
commit375f71e3a36dc5e1bb26de8d57ff16fa635b6989
treead0973f6de1ecdffa7bc3dd4a0f9ae767de9d979
parent12cd6ddef308f6c5c3220600379caa54ddbe3974
Linker: Avoid some ridiculous indentation by using a temporary. NFC

This was indented really awkwardly, and clang-format didn't seem to
know how to do any better. Avoid the issue with a temporary variable.

llvm-svn: 278756
llvm/lib/Linker/IRMover.cpp