Use empty parens for empty function parameter list instead of '(void)'.
[oota-llvm.git] / include / llvm / CodeGen / MachineModuleInfo.h
index 6b88d4a9499b455c8284038a77263e67e8a225bf..fc73a3d6095d644673e0a2080605a1c52c37b3d1 100644 (file)
@@ -372,7 +372,7 @@ public:
 
   /// getCurrentCallSite - Get the call site currently being processed, if any.
   /// return zero if none.
-  unsigned getCurrentCallSite(void) { return CurCallSite; }
+  unsigned getCurrentCallSite() { return CurCallSite; }
 
   /// getTypeInfos - Return a reference to the C++ typeinfo for the current
   /// function.