diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:17:13 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:17:13 +0000 |
commit | 856ba76200ec2302f2fe500bc507f426c7d566c8 (patch) | |
tree | 576181b802a9a31e1925264ade7d9aa7c817d0db /lib/Target/SparcV9/SparcV9InstrSelectionSupport.h | |
parent | dac9131e281a2e7032aa2520d32336a25b947b1d (diff) | |
download | external_llvm-856ba76200ec2302f2fe500bc507f426c7d566c8.zip external_llvm-856ba76200ec2302f2fe500bc507f426c7d566c8.tar.gz external_llvm-856ba76200ec2302f2fe500bc507f426c7d566c8.tar.bz2 |
Added LLVM copyright header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9321 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/SparcV9InstrSelectionSupport.h')
-rw-r--r-- | lib/Target/SparcV9/SparcV9InstrSelectionSupport.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h b/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h index 1be1de1..7a3c081 100644 --- a/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h +++ b/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h @@ -1,6 +1,13 @@ //===-- llvm/CodeGen/SparcInstrSelectionSupport.h ---------------*- C++ -*-===// +// +// 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. +// +//===----------------------------------------------------------------------===// // +// TODO: Need a description here. // //===----------------------------------------------------------------------===// |