changeset 167:e037d1dd7369

...
author anatofuz
date Tue, 24 Mar 2020 17:35:46 +0900
parents 3a3539a2fb79
children 980e56f2e095
files llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp	Tue Mar 24 17:18:49 2020 +0900
+++ b/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp	Tue Mar 24 17:35:46 2020 +0900
@@ -398,7 +398,7 @@
     MPM.add(createPGOMemOPSizeOptLegacyPass());
   
   // TODO: Investigate the cost/benefit of tail call elimination on debugging.
-#ifndef noCbc
+#ifndef noCbC
   MPM.add(createTailCallEliminationPass(false)); // CbC
 #else
   if (OptLevel > 1)