1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-03 13:31:05 +00:00

clean up header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92688 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-01-05 06:05:07 +00:00
parent c6334b97e1
commit 1c22c80d71

View File

@ -1,4 +1,4 @@
//===- InstCombineLoadStoreAlloca.cpp -------------------------------------===// //===- InstCombineSelect.cpp ----------------------------------------------===//
// //
// The LLVM Compiler Infrastructure // 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 "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" #include "llvm/Support/PatternMatch.h"
using namespace llvm; using namespace llvm;
using namespace PatternMatch; using namespace PatternMatch;