[llvm] r241813 - [Hexagon] Add missing preamble to a source file

Krzysztof Parzyszek kparzysz at codeaurora.org
Thu Jul 9 08:40:26 PDT 2015


Author: kparzysz
Date: Thu Jul  9 10:40:25 2015
New Revision: 241813

URL: http://llvm.org/viewvc/llvm-project?rev=241813&view=rev
Log:
[Hexagon] Add missing preamble to a source file

Modified:
    llvm/trunk/lib/Target/Hexagon/HexagonExpandCondsets.cpp

Modified: llvm/trunk/lib/Target/Hexagon/HexagonExpandCondsets.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/HexagonExpandCondsets.cpp?rev=241813&r1=241812&r2=241813&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/HexagonExpandCondsets.cpp (original)
+++ llvm/trunk/lib/Target/Hexagon/HexagonExpandCondsets.cpp Thu Jul  9 10:40:25 2015
@@ -1,3 +1,12 @@
+//===--- HexagonExpandCondsets.cpp ----------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 // Replace mux instructions with the corresponding legal instructions.
 // It is meant to work post-SSA, but still on virtual registers. It was
 // originally placed between register coalescing and machine instruction





More information about the llvm-commits mailing list