Skip to content

Commit 92d3967

Browse files
committed
Apply clang-format
1 parent 2bd6296 commit 92d3967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/DirectX/DXILOpLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,8 @@ class DXILOpLoweringLegacy : public ModulePass {
934934
getAnalysis<DXILResourceWrapperPass>().getResourceMap();
935935
DXILResourceTypeMap &DRTM =
936936
getAnalysis<DXILResourceTypeWrapperPass>().getResourceTypeMap();
937-
const ModuleMetadataInfo MMDI =
938-
getAnalysis<DXILMetadataAnalysisWrapperPass>().getModuleMetadata();
937+
const ModuleMetadataInfo MMDI =
938+
getAnalysis<DXILMetadataAnalysisWrapperPass>().getModuleMetadata();
939939

940940
return OpLowerer(M, DRM, DRTM, MMDI).lowerIntrinsics();
941941
}

0 commit comments

Comments
 (0)