diff dmd/func.c @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 50383e476c7e
children 06576ece1a1b
line wrap: on
line diff
--- a/dmd/func.c	Mon Oct 06 22:46:55 2008 +0200
+++ b/dmd/func.c	Mon Oct 06 22:54:08 2008 +0200
@@ -94,7 +94,7 @@
     f->fbody    = fbody    ? fbody->syntaxCopy()    : NULL;
     assert(!fthrows); // deprecated
 
-    // LLVMDC
+    // LDC
     f->intrinsicName = intrinsicName;
 
     return f;
@@ -2020,7 +2020,7 @@
  */
 
 //
-// LLVMDC: Adjusted to give argument info to the runtime function decl.
+// LDC: Adjusted to give argument info to the runtime function decl.
 //
 
 FuncDeclaration *FuncDeclaration::genCfunc(Arguments *args, Type *treturn, char *name)