diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-30 14:39:06 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-30 14:39:06 +0000 |
commit | 0eecbbeb5b028fb51ce5b0050713e91aaf501aad (patch) | |
tree | ade4a8d5605cfd2c947dc183e6dbfc9b26852f86 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | c3a8119a417564236728ea9d67f4ac4e1e0456cb (diff) | |
download | bcm5719-llvm-0eecbbeb5b028fb51ce5b0050713e91aaf501aad.tar.gz bcm5719-llvm-0eecbbeb5b028fb51ce5b0050713e91aaf501aad.zip |
Don't use MCInstrDesc flags for implicit operands.
When a MachineInstr is constructed, its implicit operands are added
first, then the explicit operands are inserted before the implicits.
MCInstrDesc has oprand flags like early clobber and operand ties that
apply to the explicit operands.
Don't look at those flags when the implicit operands are first added in
the explicit operands's positions.
llvm-svn: 162910
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions