diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-11 20:30:11 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-11 20:30:11 +0000 |
commit | 987319d3a7bf205b7954353b2923649689494b3a (patch) | |
tree | 5a98cdcdaf99181706b5a4c8e1fb01c21afd0001 /llvm/examples/Fibonacci/fibonacci.cpp | |
parent | 55a96ee8f5432eea568ff82c8572879798e298fd (diff) | |
download | bcm5719-llvm-987319d3a7bf205b7954353b2923649689494b3a.tar.gz bcm5719-llvm-987319d3a7bf205b7954353b2923649689494b3a.zip |
Correct the file header to reflect the new "examples" home for the file.
llvm-svn: 16295
Diffstat (limited to 'llvm/examples/Fibonacci/fibonacci.cpp')
-rw-r--r-- | llvm/examples/Fibonacci/fibonacci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Fibonacci/fibonacci.cpp b/llvm/examples/Fibonacci/fibonacci.cpp index 776378dc1fa..f34aed762a2 100644 --- a/llvm/examples/Fibonacci/fibonacci.cpp +++ b/llvm/examples/Fibonacci/fibonacci.cpp @@ -1,4 +1,4 @@ -//===--- fibonacci.cpp - An example use of the JIT ----------------------===// +//===--- examples/Fibonacci/fibonacci.cpp - An example use of the JIT -----===// // // The LLVM Compiler Infrastructure // |