[llvm] r200580 - Fix file header for APFloat.h
Duncan P. N. Exon Smith
dexonsmith at apple.com
Fri Jan 31 13:45:55 PST 2014
Author: dexonsmith
Date: Fri Jan 31 15:45:54 2014
New Revision: 200580
URL: http://llvm.org/viewvc/llvm-project?rev=200580&view=rev
Log:
Fix file header for APFloat.h
Modified:
llvm/trunk/include/llvm/ADT/APFloat.h
Modified: llvm/trunk/include/llvm/ADT/APFloat.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/APFloat.h?rev=200580&r1=200579&r2=200580&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/APFloat.h (original)
+++ llvm/trunk/include/llvm/ADT/APFloat.h Fri Jan 31 15:45:54 2014
@@ -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
//
More information about the llvm-commits
mailing list