diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-22 11:14:39 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-22 11:14:39 +0000 |
commit | a9cb538a74b511aa56e4237dbdfca57e8dcc57cc (patch) | |
tree | 7178bd55ae00a47c72eb79a8c23241f283095cce /llvm/lib/CodeGen/TwoAddressInstructionPass.cpp | |
parent | 84965031a75345167c6ec2cf5e5c133869a43b47 (diff) | |
download | bcm5719-llvm-a9cb538a74b511aa56e4237dbdfca57e8dcc57cc.tar.gz bcm5719-llvm-a9cb538a74b511aa56e4237dbdfca57e8dcc57cc.zip |
Reformat blank lines.
llvm-svn: 248263
Diffstat (limited to 'llvm/lib/CodeGen/TwoAddressInstructionPass.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TwoAddressInstructionPass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp index fa3c8be81ba..13d349be40b 100644 --- a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp +++ b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp @@ -1536,7 +1536,6 @@ TwoAddressInstructionPass::processTiedPairs(MachineInstr *MI, SrcRegMap[RegA] = RegB; } - if (AllUsesCopied) { if (!IsEarlyClobber) { // Replace other (un-tied) uses of regB with LastCopiedReg. |