diff options
| author | Rhys Perry <pendingchaos02@gmail.com> | 2018-12-19 22:26:51 +0000 |
|---|---|---|
| committer | Rhys Perry <pendingchaos02@gmail.com> | 2018-12-19 22:26:51 +0000 |
| commit | 111bf831de94408a4f5a0f167b5c0b3a1b261395 (patch) | |
| tree | 318e2da4de31a172c358637311da09d23d27d037 | |
| parent | 7927a45cdb7053c405a35b5a1934b3f16bee4e51 (diff) | |
| download | bcm5719-llvm-111bf831de94408a4f5a0f167b5c0b3a1b261395.tar.gz bcm5719-llvm-111bf831de94408a4f5a0f167b5c0b3a1b261395.zip | |
Test commit
Replace tab with 4 spaces.
llvm-svn: 349689
| -rw-r--r-- | llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp b/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp index 926af3fd76c..f6afe5ac8a1 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; } |

