Skip to content

Commit 917f5db

Browse files
committed
AS
1 parent 7861e45 commit 917f5db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llvm/lib/CodeGen/BranchRelaxation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ BranchRelaxationPass::run(MachineFunction &MF,
758758
MachineFunctionAnalysisManager &MFAM) {
759759
if (!BranchRelaxation().run(MF))
760760
return PreservedAnalyses::all();
761+
761762
return getMachineFunctionPassPreservedAnalyses();
762763
}
763764

llvm/test/CodeGen/AMDGPU/branch-relax-no-terminators.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
22
# RUN: llc -verify-machineinstrs -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a --amdgpu-s-branch-bits=5 -run-pass branch-relaxation %s -o - | FileCheck %s
3-
# RUN: llc -verify-machineinstrs -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a --amdgpu-s-branch-bits=5 -passes=branch-relaxation %s -o - | FileCheck %s
3+
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a --amdgpu-s-branch-bits=5 -passes=branch-relaxation %s -o - | FileCheck %s
44

55
---
66
name: branch_no_terminators

0 commit comments

Comments
 (0)