Added ImmutableMap constructor that accepts a const TreeTy*.
[oota-llvm.git] / include / llvm / InlineAsm.h
index 7e94db1a69c73e2c201849fa6c73d720e8f661af..bb046c2a3cb5327389e55c91e281da15a234e968 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Chris Lattner and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -17,7 +17,6 @@
 #define LLVM_INLINEASM_H
 
 #include "llvm/Value.h"
-#include "llvm/System/IncludeFile.h"
 #include <vector>
 
 namespace llvm {