summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Perry <pendingchaos02@gmail.com>2018-12-19 22:33:42 +0000
committerRhys Perry <pendingchaos02@gmail.com>2018-12-19 22:33:42 +0000
commit972273d1d3cc154174b62268319c47aaf5b39988 (patch)
treed3287bb432a47a3551332c3c6373b1f1f844921e
parent111bf831de94408a4f5a0f167b5c0b3a1b261395 (diff)
downloadbcm5719-llvm-972273d1d3cc154174b62268319c47aaf5b39988.tar.gz
bcm5719-llvm-972273d1d3cc154174b62268319c47aaf5b39988.zip
Fix test commit
Seems that was actually a eight space tab... llvm-svn: 349690
-rw-r--r--llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp b/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
index f6afe5ac8a1..fa36ede5b97 100644
--- a/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
+++ b/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
@@ -585,7 +585,7 @@ const MachineInstr *llvm::machineFunctionIsIllegal(const MachineFunction &MF) {
for (const MachineBasicBlock &MBB : MF)
for (const MachineInstr &MI : MBB)
if (isPreISelGenericOpcode(MI.getOpcode()) && !MLI->isLegal(MI, MRI))
- return &MI;
+ return &MI;
}
return nullptr;
}
OpenPOWER on IntegriCloud