[llvm-commits] [llvm] r92688 - /llvm/trunk/lib/Transforms/InstCombine/InstCombineSelect.cpp

Chris Lattner sabre at nondot.org
Mon Jan 4 22:05:08 PST 2010


Author: lattner
Date: Tue Jan  5 00:05:07 2010
New Revision: 92688

URL: http://llvm.org/viewvc/llvm-project?rev=92688&view=rev
Log:
clean up header.

Modified:
    llvm/trunk/lib/Transforms/InstCombine/InstCombineSelect.cpp

Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineSelect.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineSelect.cpp?rev=92688&r1=92687&r2=92688&view=diff

==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstCombineSelect.cpp (original)
+++ llvm/trunk/lib/Transforms/InstCombine/InstCombineSelect.cpp Tue Jan  5 00:05:07 2010
@@ -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;





More information about the llvm-commits mailing list