[PATCH] D33168: Fix PR33028
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 17 09:23:54 PDT 2017
hliao marked an inline comment as done.
hliao added inline comments.
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:24758
// sinkMBB:
// EAX is live into the sinkMBB
+ BuildMI(*sinkMBB, sinkMBB->begin(), DL, TII->get(X86::PHI), DstReg)
----------------
RKSimon wrote:
> Isn't this comment for fallMBB now?
comment is revised
Repository:
rL LLVM
https://reviews.llvm.org/D33168
More information about the llvm-commits
mailing list