clean up header.
authorChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 06:05:07 +0000 (06:05 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 06:05:07 +0000 (06:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92688 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstCombineSelect.cpp

index 6c36ebc2790d4fbb611b7537270b19f7e0ed9edf..73ff00fe25ea6b62efb681952bc4241e4d1befa1 100644 (file)
@@ -1,4 +1,4 @@
-//===- InstCombineLoadStoreAlloca.cpp -------------------------------------===//
+//===- InstCombineSelect.cpp ----------------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,16 +7,11 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file implements the visit functions for load, store and alloca.
+// This file implements the visitSelect function.
 //
 //===----------------------------------------------------------------------===//
 
 #include "InstCombine.h"
-//#include "llvm/IntrinsicInst.h"
-//#include "llvm/Target/TargetData.h"
-//#include "llvm/Transforms/Utils/BasicBlockUtils.h"
-//#include "llvm/Transforms/Utils/Local.h"
-//#include "llvm/ADT/Statistic.h"
 #include "llvm/Support/PatternMatch.h"
 using namespace llvm;
 using namespace PatternMatch;