Skip to content
Snippets Groups Projects
Commit 1e05cf34 authored by Amaury Séchet's avatar Amaury Séchet
Browse files

Small nit in SelectionDAG.h . NFC

parent 7e18aeba
No related branches found
No related tags found
No related merge requests found
......@@ -427,7 +427,7 @@ public:
const TargetLibraryInfo &getLibInfo() const { return *LibInfo; }
const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
const LegacyDivergenceAnalysis *getDivergenceAnalysis() const { return DA; }
LLVMContext *getContext() const {return Context; }
LLVMContext *getContext() const { return Context; }
OptimizationRemarkEmitter &getORE() const { return *ORE; }
ProfileSummaryInfo *getPSI() const { return PSI; }
BlockFrequencyInfo *getBFI() const { return BFI; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment