mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
radeon/llvm: fix spelling error
Reviewed-by: Tom Stellard <thomas.stellard@amd.com> CC: "10.0" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
parent
17af4dd52b
commit
df482fe02f
1 changed files with 1 additions and 1 deletions
|
|
@ -1379,7 +1379,7 @@ void radeon_llvm_finalize_module(struct radeon_llvm_context * ctx)
|
|||
LLVMAddAggressiveDCEPass(gallivm->passmgr);
|
||||
LLVMAddCFGSimplificationPass(gallivm->passmgr);
|
||||
|
||||
/* Run the passs */
|
||||
/* Run the pass */
|
||||
LLVMRunFunctionPassManager(gallivm->passmgr, ctx->main_fn);
|
||||
|
||||
LLVMDisposeBuilder(gallivm->builder);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue