diff options
Diffstat (limited to 'lib/Support/IsNAN.cpp')
-rw-r--r-- | lib/Support/IsNAN.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Support/IsNAN.cpp b/lib/Support/IsNAN.cpp index f7bb4e3d8e..3300b7b47f 100644 --- a/lib/Support/IsNAN.cpp +++ b/lib/Support/IsNAN.cpp @@ -1,13 +1,13 @@ //===-- IsNAN.cpp ---------------------------------------------------------===// -// +// // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // -// Platform-independent wrapper around C99 isnan(). +// Platform-independent wrapper around C99 isnan(). // //===----------------------------------------------------------------------===// |