diff options
author | Dale Johannesen <dalej@apple.com> | 2007-09-28 18:06:58 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2007-09-28 18:06:58 +0000 |
commit | 6bf69ed3cc94cca3ad0da1beb5c334ac278613fd (patch) | |
tree | 5d87552b86f5cbf0c68836517aa7f4a7223ecf3d /llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs | |
parent | 483e305210d0a57d329831206475709f4f12b699 (diff) | |
download | bcm5719-llvm-6bf69ed3cc94cca3ad0da1beb5c334ac278613fd.tar.gz bcm5719-llvm-6bf69ed3cc94cca3ad0da1beb5c334ac278613fd.zip |
minor long double related changes
llvm-svn: 42439
Diffstat (limited to 'llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs')
-rw-r--r-- | llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs b/llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs index 5318736bc4f..9ab9eee156c 100644 --- a/llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs +++ b/llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // // This file implements the flex scanner for LLVM 1.9 assembly languages files. +// This doesn't handle long double constants, since LLVM 1.9 did not have them. // //===----------------------------------------------------------------------===*/ |