diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-19 21:17:53 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-19 21:17:53 +0000 |
commit | b32e35093123f5e1c519fca7da0f423d4979f132 (patch) | |
tree | 2c25c075a076ebc72eab0b73244806162d28eb4f /llvm/tools/llvmc/Configuration.h | |
parent | 75e987d0b87663976d793437fb830f56c25b81f6 (diff) | |
download | bcm5719-llvm-b32e35093123f5e1c519fca7da0f423d4979f132.tar.gz bcm5719-llvm-b32e35093123f5e1c519fca7da0f423d4979f132.zip |
Moved ConfigData -> Configuration
llvm-svn: 15927
Diffstat (limited to 'llvm/tools/llvmc/Configuration.h')
-rw-r--r-- | llvm/tools/llvmc/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/Configuration.h b/llvm/tools/llvmc/Configuration.h index e94fb896428..59335aa92f6 100644 --- a/llvm/tools/llvmc/Configuration.h +++ b/llvm/tools/llvmc/Configuration.h @@ -1,4 +1,4 @@ -//===- ConfigData.h - Configuration Data Provider ---------------*- C++ -*-===// +//===- Configuration.h - Configuration Data Mgmt ----------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |