summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-07-09 15:40:25 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-07-09 15:40:25 +0000
commit8b26fbf758ac8df117655c3dde0d57b4d21e87b8 (patch)
tree47a42f868792176fe497470954aa29787a6f1869 /llvm
parent2d46980ebb6c68a045a99d6ea374d7f34fd21ec2 (diff)
downloadbcm5719-llvm-8b26fbf758ac8df117655c3dde0d57b4d21e87b8.tar.gz
bcm5719-llvm-8b26fbf758ac8df117655c3dde0d57b4d21e87b8.zip
[Hexagon] Add missing preamble to a source file
llvm-svn: 241813
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp b/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp
index 37ed173a79c..ce10aeadef9 100644
--- a/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud