[llvm] r265491 - [RegisterBankInfo] Add missing include for assert.

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 16:43:59 PDT 2016


Author: qcolombet
Date: Tue Apr  5 18:43:58 2016
New Revision: 265491

URL: http://llvm.org/viewvc/llvm-project?rev=265491&view=rev
Log:
[RegisterBankInfo] Add missing include for assert.

This should appease the linux bot.

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

Modified: llvm/trunk/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h?rev=265491&r1=265490&r2=265491&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h Tue Apr  5 18:43:58 2016
@@ -15,6 +15,7 @@
 #ifndef LLVM_CODEGEN_GLOBALISEL_REGBANKINFO_H
 #define LLVM_CODEGEN_GLOBALISEL_REGBANKINFO_H
 
+#include <cassert>
 #include <memory> // For unique_ptr.
 
 namespace llvm {




More information about the llvm-commits mailing list