diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-05 06:05:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-05 06:05:07 +0000 |
commit | 1e7b7b50b1e32b4d667b7e2720d7bbcabc8818ac (patch) | |
tree | 7193e35974f1e04729e6bd4fffe0f0031b0817a0 /llvm/lib/Transforms | |
parent | 8f771cb78f7ac4c197f11c17277693d40d67f40b (diff) | |
download | bcm5719-llvm-1e7b7b50b1e32b4d667b7e2720d7bbcabc8818ac.tar.gz bcm5719-llvm-1e7b7b50b1e32b4d667b7e2720d7bbcabc8818ac.zip |
clean up header.
llvm-svn: 92688
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp b/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp index 6c36ebc2790..73ff00fe25e 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp +++ b/llvm/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; |