commit | ebe69fe11e48d322045d5949c83283927a0d790b | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Mon Mar 23 12:10:34 2015 -0700 |
committer | Stephen Hines <srhines@google.com> | Mon Mar 23 12:10:34 2015 -0700 |
tree | c92f1907a6b8006628a4b01615f38264d29834ea | |
parent | b7d2e72b02a4cb8034f32f8247a2558d2434e121 [diff] [blame] |
Update aosp/master LLVM for rebase to r230699. Change-Id: I2b5be30509658cb8266be782de0ab24f9099f9b9
diff --git a/lib/CodeGen/StackMapLivenessAnalysis.cpp b/lib/CodeGen/StackMapLivenessAnalysis.cpp index c2ee87a..767f43a 100644 --- a/lib/CodeGen/StackMapLivenessAnalysis.cpp +++ b/lib/CodeGen/StackMapLivenessAnalysis.cpp
@@ -123,5 +123,7 @@ for (LivePhysRegs::const_iterator RI = LiveRegs.begin(), RE = LiveRegs.end(); RI != RE; ++RI) Mask[*RI / 32] |= 1U << (*RI % 32); + + TRI->adjustStackMapLiveOutMask(Mask); return Mask; }