summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-06-20 00:37:41 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-06-20 00:37:41 +0000
commitfe1202c4cbc93c900fc3c59a8328ba9edee0efd5 (patch)
treee430087410ffb87fe322d229afb1b5d84142ec3c /llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp
parenta4b052c7d1731a0315a1418a313698f242b7de20 (diff)
downloadbcm5719-llvm-fe1202c4cbc93c900fc3c59a8328ba9edee0efd5.tar.gz
bcm5719-llvm-fe1202c4cbc93c900fc3c59a8328ba9edee0efd5.zip
Untabify.
llvm-svn: 273129
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp b/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp
index 816f05f4bf6..d233cd28a50 100644
--- a/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp
+++ b/llvm/lib/Target/PowerPC/PPCQPXLoadSplat.cpp
@@ -130,12 +130,12 @@ bool PPCQPXLoadSplat::runOnMachineFunction(MachineFunction &MF) {
}
}
- // If this instruction defines the splat register, then we cannot move
- // the previous definition above it. If it reads from the splat
- // register, then it must already be alive from some previous
- // definition, and if the splat register is different from the source
- // register, then this definition must not be the load for which we're
- // searching.
+ // If this instruction defines the splat register, then we cannot move
+ // the previous definition above it. If it reads from the splat
+ // register, then it must already be alive from some previous
+ // definition, and if the splat register is different from the source
+ // register, then this definition must not be the load for which we're
+ // searching.
if (MI->modifiesRegister(SplatReg, TRI) ||
(SrcReg != SplatReg &&
MI->readsRegister(SplatReg, TRI))) {
OpenPOWER on IntegriCloud