summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorVolodymyr Sapsai <vsapsai@apple.com>2018-02-12 20:43:31 +0000
committerVolodymyr Sapsai <vsapsai@apple.com>2018-02-12 20:43:31 +0000
commit2ad768bb1326a2a05ab3f89c22208d083ad304fd (patch)
tree30993a317d27a7880055f9f6b40b6238caa2ef93 /llvm/lib/Transforms
parent9fa3a808b5e24b60f5be3db5f5fc7031da83ceef (diff)
downloadbcm5719-llvm-2ad768bb1326a2a05ab3f89c22208d083ad304fd.tar.gz
bcm5719-llvm-2ad768bb1326a2a05ab3f89c22208d083ad304fd.zip
Revert "[ThinLTO] Add GraphTraits for FunctionSummaries"
It caused assertion failure Assertion failed: (!DD.IsLambda && !MergeDD.IsLambda && "faked up lambda definition?"), function MergeDefinitionData, file /Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp, line 1675. on the second stage build bots. llvm-svn: 324932
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/FunctionImport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/FunctionImport.cpp b/llvm/lib/Transforms/IPO/FunctionImport.cpp
index b68058cbeea..b92f798c4ab 100644
--- a/llvm/lib/Transforms/IPO/FunctionImport.cpp
+++ b/llvm/lib/Transforms/IPO/FunctionImport.cpp
@@ -18,8 +18,8 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringMap.h"
-#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSet.h"
+#include "llvm/ADT/StringRef.h"
#include "llvm/Bitcode/BitcodeReader.h"
#include "llvm/IR/AutoUpgrade.h"
#include "llvm/IR/Constants.h"
OpenPOWER on IntegriCloud