OSDN Git Service

[X86] Refactor X86ISelDAGToDAG::SelectAtomicLoadArith - NFC
authorRobin Morisset <morisset@google.com>
Fri, 29 Aug 2014 20:19:23 +0000 (20:19 +0000)
committerRobin Morisset <morisset@google.com>
Fri, 29 Aug 2014 20:19:23 +0000 (20:19 +0000)
commit22f3cb0dc4308d6742b5545df4ddf0fd0a97f657
tree31e4a4cd9bceb04d393e88b1c87b85d5060d841a
parentf1b5734cc8b7caa9f39dd986529bfb5d47d8752c
[X86] Refactor X86ISelDAGToDAG::SelectAtomicLoadArith - NFC

Summary:
Mostly renaming the (not very explicit) variables Tmp0, .. Tmp4, and grouping
related statements together, along with a few lines of comments for the
surprising parts.

No functional change intended.

Test Plan: make check-all

Reviewers: jfb

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D5088

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216768 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp