Skip to content

Commit a3d528d

Browse files
MaciejKalinskiigcbot
authored andcommitted
minor refactoring
Minor refactoring.
1 parent bdce5e8 commit a3d528d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IGC/AdaptorCommon/RayTracing/RTBuilder.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ SPDX-License-Identifier: MIT
3535
#include <optional>
3636

3737

38+
39+
3840
using namespace llvm;
3941
using namespace RTStackFormat;
4042
using namespace IGC;

IGC/AdaptorCommon/RayTracing/TraceRayInlineLoweringPass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ class TraceRayInlineLoweringPass : public FunctionPass
112112
Value* emitProceedMainBody(RTBuilder& builder, Value* queryObjIndex);
113113

114114
bool forceShortCurcuitingOR_CommittedGeomIdx(RTBuilder& builder, Instruction* I);
115-
116115
};
117116

118117
char TraceRayInlineLoweringPass::ID = 0;
@@ -155,7 +154,6 @@ bool TraceRayInlineLoweringPass::runOnFunction(Function& F)
155154
}
156155

157156

158-
159157
void TraceRayInlineLoweringPass::LowerAllocateRayQuery(
160158
Function& F, unsigned numProceeds)
161159
{

0 commit comments

Comments
 (0)