diff options
author | Eric Christopher <echristo@apple.com> | 2011-03-22 08:49:56 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-03-22 08:49:56 +0000 |
commit | b572196a992bfab29a7bfab89e4dfe00a54a47c8 (patch) | |
tree | 7a0ed80444677a76fb3a7cdc394b2d3e5608f07e /llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp | |
parent | 30cd20a31669ee73560e5c7b4c1ff5d7a407a19d (diff) | |
download | bcm5719-llvm-b572196a992bfab29a7bfab89e4dfe00a54a47c8.tar.gz bcm5719-llvm-b572196a992bfab29a7bfab89e4dfe00a54a47c8.zip |
Fix comment in header.
llvm-svn: 128077
Diffstat (limited to 'llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp')
-rw-r--r-- | llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp index 2225ea6a15f..df5c99e98a7 100644 --- a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp +++ b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp @@ -1,4 +1,4 @@ -//===-- JIT.cpp - MC-based Just-in-Time Compiler --------------------------===// +//===-- MCJIT.cpp - MC-based Just-in-Time Compiler --------------------------===// // // The LLVM Compiler Infrastructure // |