1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-svn: 221116
This commit is contained in:
Matt Arsenault 2014-11-02 23:46:47 +00:00
parent 97e5c314c1
commit 05da066691

View File

@ -718,7 +718,7 @@ EmitResultInstructionAsOperand(const TreePatternNode *N,
CodeGenInstruction &II = CGT.getInstruction(Op); CodeGenInstruction &II = CGT.getInstruction(Op);
const DAGInstruction &Inst = CGP.getInstruction(Op); const DAGInstruction &Inst = CGP.getInstruction(Op);
// If we can, get the pattern for the instruction we're generating. We derive // If we can, get the pattern for the instruction we're generating. We derive
// a variety of information from this pattern, such as whether it has a chain. // a variety of information from this pattern, such as whether it has a chain.
// //
// FIXME2: This is extremely dubious for several reasons, not the least of // FIXME2: This is extremely dubious for several reasons, not the least of