mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 16:40:15 +00:00
clean up header.
llvm-svn: 92688
This commit is contained in:
parent
e4910dc145
commit
8822b80a65
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user