[polly] r184047 - Fix typo in header guards

Tobias Grosser grosser at fim.uni-passau.de
Sat Jun 15 11:52:50 PDT 2013


Author: grosser
Date: Sat Jun 15 13:52:49 2013
New Revision: 184047

URL: http://llvm.org/viewvc/llvm-project?rev=184047&view=rev
Log:
Fix typo in header guards

Found by the new -Wheader-guard warning.

Modified:
    polly/trunk/include/polly/ScheduleOptimizer.h

Modified: polly/trunk/include/polly/ScheduleOptimizer.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScheduleOptimizer.h?rev=184047&r1=184046&r2=184047&view=diff
==============================================================================
--- polly/trunk/include/polly/ScheduleOptimizer.h (original)
+++ polly/trunk/include/polly/ScheduleOptimizer.h Sat Jun 15 13:52:49 2013
@@ -9,8 +9,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef POLLY_SCEDULE_OPTIMIZER_H
-#define POLLY_SCHEDULE_OPTIMZER_H
+#ifndef POLLY_SCHEDULE_OPTIMIZER_H
+#define POLLY_SCHEDULE_OPTIMIZER_H
 
 namespace polly { extern bool DisablePollyTiling; }
 





More information about the llvm-commits mailing list