[test-suite] r241677 - [Polybench] Fix a type on a header guard

Renato Golin renato.golin at linaro.org
Wed Jul 8 06:07:15 PDT 2015


Author: rengolin
Date: Wed Jul  8 08:07:15 2015
New Revision: 241677

URL: http://llvm.org/viewvc/llvm-project?rev=241677&view=rev
Log:
[Polybench] Fix a type on a header guard

Modified:
    test-suite/trunk/SingleSource/Benchmarks/Polybench/stencils/fdtd-apml/fdtd-apml.h

Modified: test-suite/trunk/SingleSource/Benchmarks/Polybench/stencils/fdtd-apml/fdtd-apml.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Polybench/stencils/fdtd-apml/fdtd-apml.h?rev=241677&r1=241676&r2=241677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Polybench/stencils/fdtd-apml/fdtd-apml.h (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Polybench/stencils/fdtd-apml/fdtd-apml.h Wed Jul  8 08:07:15 2015
@@ -6,7 +6,7 @@
  * Web address: http://polybench.sourceforge.net
  */
 #ifndef FDTD_APML_H
-# define FDTD_AMPL_H
+# define FDTD_APML_H
 
 /*
   LLVM:  We are using SMALL_DATASET here because the size of the output file





More information about the llvm-commits mailing list