<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 20, 2012, at 3:37 PM, Vincent Lejeune <<a href="mailto:vljn@ovi.com">vljn@ovi.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: monospace; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">#5  0x00000000010c8e83 in (anonymous namespace)::JoinVals::getAssignments (this=0x7fffffffd230) at RegisterCoalescer.cpp:1305</span><br style="font-family: monospace; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "></blockquote></div><br><div>Does this fix it?</div><div><br></div><div><div>diff --git a/lib/CodeGen/RegisterCoalescer.cpp b/lib/CodeGen/RegisterCoalescer.cpp</div><div>index ba6b456..2ca67d6 100644</div><div>--- a/lib/CodeGen/RegisterCoalescer.cpp</div><div>+++ b/lib/CodeGen/RegisterCoalescer.cpp</div><div>@@ -1302,7 +1302,7 @@ public:</div><div>                    SmallVectorImpl<unsigned> &ShrinkRegs);</div><div> </div><div>   /// Get the value assignments suitable for passing to LiveInterval::join.</div><div>-  const int *getAssignments() const { return &Assignments[0]; }</div><div>+  const int *getAssignments() const { return Assignments.data(); }</div><div> };</div><div> } // end anonymous namespace</div><div> </div></div><div><br></div></body></html>