From 987319d3a7bf205b7954353b2923649689494b3a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 11 Sep 2004 20:30:11 +0000 Subject: Correct the file header to reflect the new "examples" home for the file. llvm-svn: 16295 --- llvm/examples/ModuleMaker/ModuleMaker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/examples/ModuleMaker/ModuleMaker.cpp') diff --git a/llvm/examples/ModuleMaker/ModuleMaker.cpp b/llvm/examples/ModuleMaker/ModuleMaker.cpp index 71e6c8c..a057a8c 100644 --- a/llvm/examples/ModuleMaker/ModuleMaker.cpp +++ b/llvm/examples/ModuleMaker/ModuleMaker.cpp @@ -1,4 +1,4 @@ -//===- ModuleMaker.cpp - Example project which creates modules --*- C++ -*-===// +//===- examples/ModuleMaker/ModuleMaker.cpp - Example project ---*- C++ -*-===// // // This programs is a simple example that creates an LLVM module "from scratch", // emitting it as a bytecode file to standard out. This is just to show how -- cgit v1.1