diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-04-27 12:02:36 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-04-27 12:02:36 +0000 |
commit | 1346663551d516f751f2fc43e5b25420cb500e67 (patch) | |
tree | 7afce16c7cd7b8364f3a7fe8effbb7393cede2fc | |
parent | 8fd23900532e0575f72391054e1e77db319d2b86 (diff) | |
download | bcm5719-llvm-1346663551d516f751f2fc43e5b25420cb500e67.tar.gz bcm5719-llvm-1346663551d516f751f2fc43e5b25420cb500e67.zip |
Fix formatting issues in banner
llvm-svn: 235867
-rw-r--r-- | polly/tools/GPURuntime/GPUJIT.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/polly/tools/GPURuntime/GPUJIT.c b/polly/tools/GPURuntime/GPUJIT.c index a03ebe9a654..ece53e79f23 100644 --- a/polly/tools/GPURuntime/GPUJIT.c +++ b/polly/tools/GPURuntime/GPUJIT.c @@ -1,10 +1,9 @@ -/******************** GPUJIT.cpp - GPUJIT Execution Engine \ - * ********************/ +/******************** GPUJIT.c - GPUJIT Execution Engine **********************/ /* */ /* The LLVM Compiler Infrastructure */ /* */ /* This file is dual licensed under the MIT and the University of Illinois */ -/* Open Source License. See LICENSE.TXT for details. */ +/* Open Source License. See LICENSE.TXT for details. */ /* */ /******************************************************************************/ /* */ |