[llvm] r323394 - [GISel]: Fix modules build by including <cassert>

Aditya Nandakumar via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 17:16:14 PST 2018


Author: aditya_nandakumar
Date: Wed Jan 24 17:16:14 2018
New Revision: 323394

URL: http://llvm.org/viewvc/llvm-project?rev=323394&view=rev
Log:
[GISel]: Fix modules build by including <cassert>

Modified:
    llvm/trunk/include/llvm/CodeGen/GlobalISel/CombinerInfo.h

Modified: llvm/trunk/include/llvm/CodeGen/GlobalISel/CombinerInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/GlobalISel/CombinerInfo.h?rev=323394&r1=323393&r2=323394&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/GlobalISel/CombinerInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/GlobalISel/CombinerInfo.h Wed Jan 24 17:16:14 2018
@@ -14,6 +14,7 @@
 #ifndef LLVM_CODEGEN_GLOBALISEL_COMBINER_INFO_H
 #define LLVM_CODEGEN_GLOBALISEL_COMBINER_INFO_H
 
+#include <cassert>
 namespace llvm {
 
 class LegalizerInfo;




More information about the llvm-commits mailing list