mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 03:15:19 +00:00
[NFC] Fix typo
Reviewed By: kerbowa Differential Revision: https://reviews.llvm.org/D124647
This commit is contained in:
parent
7e0802aeb5
commit
3ff8ee2447
@ -968,7 +968,7 @@ void AMDGPUPassConfig::addIRPasses() {
|
||||
addPass(createAlwaysInlinerLegacyPass());
|
||||
// We need to add the barrier noop pass, otherwise adding the function
|
||||
// inlining pass will cause all of the PassConfigs passes to be run
|
||||
// one function at a time, which means if we have a nodule with two
|
||||
// one function at a time, which means if we have a module with two
|
||||
// functions, then we will generate code for the first function
|
||||
// without ever running any passes on the second.
|
||||
addPass(createBarrierNoopPass());
|
||||
|
Loading…
x
Reference in New Issue
Block a user