commit | c6a4f5e819217e1e12c458aed8e7b122e23a3a58 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Mon Jul 21 00:45:20 2014 -0700 |
committer | Stephen Hines <srhines@google.com> | Mon Jul 21 00:45:20 2014 -0700 |
tree | 81b7dd2bb4370a392f31d332a566c903b5744764 | |
parent | 19c6fbb3e8aaf74093afa08013134b61fa08f245 [diff] [blame] |
Update LLVM for rebase to r212749. Includes a cherry-pick of: r212948 - fixes a small issue with atomic calls Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
diff --git a/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp b/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp index f92230c..624003f 100644 --- a/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp +++ b/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
@@ -442,7 +442,7 @@ ResCount -= (regPressureDelta(SU) * ScaleTwo); } - // These are platform specific things. + // These are platform-specific things. // Will need to go into the back end // and accessed from here via a hook. for (SDNode *N = SU->getNode(); N; N = N->getGluedNode()) {