[llvm-commits] [llvm] r108889 - /llvm/trunk/unittests/Support/Casting.cpp

Gabor Greif ggreif at gmail.com
Tue Jul 20 12:35:55 PDT 2010


Author: ggreif
Date: Tue Jul 20 14:35:55 2010
New Revision: 108889

URL: http://llvm.org/viewvc/llvm-project?rev=108889&view=rev
Log:
tidy up

Modified:
    llvm/trunk/unittests/Support/Casting.cpp

Modified: llvm/trunk/unittests/Support/Casting.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/Casting.cpp?rev=108889&r1=108888&r2=108889&view=diff
==============================================================================
--- llvm/trunk/unittests/Support/Casting.cpp (original)
+++ llvm/trunk/unittests/Support/Casting.cpp Tue Jul 20 14:35:55 2010
@@ -1,4 +1,4 @@
-//===---------- llvm/unittest/Support/Casting.cpp - Casting tests --------===//
+//===---------- llvm/unittest/Support/Casting.cpp - Casting tests ---------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,15 +7,13 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/Debug.h"
-//#define DEBUG_CAST_OPERATORS
 #include "llvm/Support/Casting.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
 
 #include "gtest/gtest.h"
 #include <cstdlib>
 
-
 namespace llvm {
 
 // set up two example classes





More information about the llvm-commits mailing list