summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86PeepholeOpt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/X86/X86PeepholeOpt.cpp')
-rw-r--r--lib/Target/X86/X86PeepholeOpt.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Target/X86/X86PeepholeOpt.cpp b/lib/Target/X86/X86PeepholeOpt.cpp
index efb6cc3e6a..fbc84f7e87 100644
--- a/lib/Target/X86/X86PeepholeOpt.cpp
+++ b/lib/Target/X86/X86PeepholeOpt.cpp
@@ -1,4 +1,11 @@
//===-- PeepholeOptimizer.cpp - X86 Peephole Optimizer --------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
//
// This file contains a peephole optimizer for the X86.
//