From 8affd4a2dfbb08d820387f8e28f95a3a7276b710 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Tue, 8 May 2018 11:27:00 +0100 Subject: Remove workaround for bug in older LLVM version (< 3) --- lib/Module/IntrinsicCleaner.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Module/IntrinsicCleaner.cpp') diff --git a/lib/Module/IntrinsicCleaner.cpp b/lib/Module/IntrinsicCleaner.cpp index b0260520..10b5df08 100644 --- a/lib/Module/IntrinsicCleaner.cpp +++ b/lib/Module/IntrinsicCleaner.cpp @@ -233,8 +233,7 @@ bool IntrinsicCleanerPass::runOnBasicBlock(BasicBlock &b, Module &M) { break; } default: - if (LowerIntrinsics) - IL->LowerIntrinsicCall(ii); + IL->LowerIntrinsicCall(ii); dirty = true; break; } -- cgit 1.4.1