mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 13:45:16 +00:00
[AMDGPU] Fix regression in test clang/test/CodeGen/backend-unsupported-error.ll
llvm-svn: 313718
This commit is contained in:
parent
7d85b8f6f6
commit
5641820141
@ -337,7 +337,8 @@ void AMDGPUTargetMachine::adjustPassManager(PassManagerBuilder &Builder) {
|
||||
bool AMDGPUAA = EnableAMDGPUAliasAnalysis && EnableOpt;
|
||||
bool LibCallSimplify = EnableLibCallSimplify && EnableOpt;
|
||||
|
||||
Builder.Inliner = createAMDGPUFunctionInliningPass();
|
||||
if (EnableAMDGPUFunctionCalls)
|
||||
Builder.Inliner = createAMDGPUFunctionInliningPass();
|
||||
|
||||
if (Internalize) {
|
||||
// If we're generating code, we always have the whole program available. The
|
||||
|
Loading…
x
Reference in New Issue
Block a user