diff options
Diffstat (limited to 'llvm/lib/Target/CBackend/CTargetMachine.h')
| -rw-r--r-- | llvm/lib/Target/CBackend/CTargetMachine.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/CBackend/CTargetMachine.h b/llvm/lib/Target/CBackend/CTargetMachine.h index aa672fc6ca5..80dc3c4a94c 100644 --- a/llvm/lib/Target/CBackend/CTargetMachine.h +++ b/llvm/lib/Target/CBackend/CTargetMachine.h @@ -1,12 +1,12 @@ //===-- CTargetMachine.h - TargetMachine for the C backend ------*- 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. -// +// //===----------------------------------------------------------------------===// -// +// // This file declares the TargetMachine that is used by the C backend. // //===----------------------------------------------------------------------===// |

