diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-01-31 21:45:54 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-01-31 21:45:54 +0000 |
| commit | f81bbd1844dcced9acc8da77ceff34a5dda5b07c (patch) | |
| tree | 2f726d20ea57f5a9a7d57e4856f50574247076cb | |
| parent | c47069b1410a6ad1cbc2c847ca577569a2c38c7e (diff) | |
| download | llvm-f81bbd1844dcced9acc8da77ceff34a5dda5b07c.zip llvm-f81bbd1844dcced9acc8da77ceff34a5dda5b07c.tar.gz llvm-f81bbd1844dcced9acc8da77ceff34a5dda5b07c.tar.bz2 | |
Fix file header for APFloat.h
llvm-svn: 200580
| -rw-r--r-- | llvm/include/llvm/ADT/APFloat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/APFloat.h b/llvm/include/llvm/ADT/APFloat.h index 43a7866..6cd1308 100644 --- a/llvm/include/llvm/ADT/APFloat.h +++ b/llvm/include/llvm/ADT/APFloat.h @@ -1,4 +1,4 @@ -//== llvm/Support/APFloat.h - Arbitrary Precision Floating Point -*- C++ -*-==// +//===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==// // // The LLVM Compiler Infrastructure // |
