mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-16 12:53:14 +01:00
Remove all of the now unecessary #if LLVM_REV
This commit is contained in:
@@ -212,9 +212,7 @@ static void addPassesForOptLevel(PassManager& pm) {
|
||||
}
|
||||
|
||||
if (optimizeLevel >= 1) {
|
||||
#if LLVM_REV >= 68940
|
||||
addPass(pm, createStripExternalsPass());
|
||||
#endif
|
||||
addPass(pm, createGlobalDCEPass());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user