From 8e78dfcf23868cf1f690f6d3c0191a2ded5726e1 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Thu, 9 Jul 2015 15:40:25 +0000 Subject: [PATCH] [Hexagon] Add missing preamble to a source file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241813 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Hexagon/HexagonExpandCondsets.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/Target/Hexagon/HexagonExpandCondsets.cpp b/lib/Target/Hexagon/HexagonExpandCondsets.cpp index 37ed173a79c..ce10aeadef9 100644 --- a/lib/Target/Hexagon/HexagonExpandCondsets.cpp +++ b/lib/Target/Hexagon/HexagonExpandCondsets.cpp @@ -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