CodeGen: Start with uppercase letter
llvm-svn: 151894
diff --git a/polly/lib/CodeGeneration.cpp b/polly/lib/CodeGeneration.cpp
index ab6ab83..d1e1736 100644
--- a/polly/lib/CodeGeneration.cpp
+++ b/polly/lib/CodeGeneration.cpp
@@ -261,8 +261,8 @@
bool isVectorBlock();
void copyInstruction(const Instruction *Inst, ValueMapT &BBMap,
- ValueMapT &vectorMap, VectorValueMapT &scalarMaps,
- int vectorDimension, int vectorWidth);
+ ValueMapT &VectorMap, VectorValueMapT &ScalarMaps,
+ int VectorDimension, int VectorWidth);
// Insert a copy of a basic block in the newly generated code.
//