]> granicus.if.org Git - llvm/commitdiff
[AMDGPU] LCSSA pass added in preISel. Fixing typo in previous commit
authorAlexander Timofeev <Alexander.Timofeev@amd.com>
Tue, 2 Jul 2019 18:16:42 +0000 (18:16 +0000)
committerAlexander Timofeev <Alexander.Timofeev@amd.com>
Tue, 2 Jul 2019 18:16:42 +0000 (18:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364952 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp

index 9b83b5081c8a2436a14dafc18dec5874584c591b..afd3d506ade8a626b8a9c0d79298c794e413a65b 100644 (file)
@@ -141,7 +141,7 @@ public:
     AU.addRequired<AMDGPUArgumentUsageInfo>();
     AU.addRequired<AMDGPUPerfHintAnalysis>();
     AU.addRequired<LegacyDivergenceAnalysis>();
-#ifndef EXPENSIVE_CHECKS
+#ifdef EXPENSIVE_CHECKS
     AU.addRequired<DominatorTreeWrapperPass>();
     AU.addRequired<LoopInfoWrapperPass>();
 #endif