aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-05 06:05:07 +0000
committerChris Lattner <sabre@nondot.org>2010-01-05 06:05:07 +0000
commit1c22c80d71d7031fa1d4acb4d22dd91beb5487e6 (patch)
tree625c623b65c039ec8edf632b947c2b97417d0591 /lib/Transforms/InstCombine
parentc6334b97e1de7c7c67c7279bdc44eb99ea65c78c (diff)
downloadexternal_llvm-1c22c80d71d7031fa1d4acb4d22dd91beb5487e6.zip
external_llvm-1c22c80d71d7031fa1d4acb4d22dd91beb5487e6.tar.gz
external_llvm-1c22c80d71d7031fa1d4acb4d22dd91beb5487e6.tar.bz2
clean up header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/InstCombine')
-rw-r--r--lib/Transforms/InstCombine/InstCombineSelect.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/Transforms/InstCombine/InstCombineSelect.cpp b/lib/Transforms/InstCombine/InstCombineSelect.cpp
index 6c36ebc..73ff00f 100644
--- a/lib/Transforms/InstCombine/InstCombineSelect.cpp
+++ b/lib/Transforms/InstCombine/InstCombineSelect.cpp
@@ -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;