mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9907 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a77f2daa7
commit
c5f0afad2c
@ -1,4 +1,4 @@
|
|||||||
//===- MemoryDepAnalysis.cpp - Compute dep graph for memory ops --*-C++-*--===//
|
//===- MemoryDepAnalysis.cpp - Compute dep graph for memory ops -----------===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -14,15 +14,16 @@
|
|||||||
//
|
//
|
||||||
// The result of this pass is a DependenceGraph for each function
|
// The result of this pass is a DependenceGraph for each function
|
||||||
// representing the memory-based data dependences between instructions.
|
// representing the memory-based data dependences between instructions.
|
||||||
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "llvm/Analysis/MemoryDepAnalysis.h"
|
#include "llvm/Analysis/MemoryDepAnalysis.h"
|
||||||
#include "llvm/Analysis/IPModRef.h"
|
|
||||||
#include "llvm/Analysis/DataStructure.h"
|
|
||||||
#include "llvm/Analysis/DSGraph.h"
|
|
||||||
#include "llvm/Module.h"
|
#include "llvm/Module.h"
|
||||||
#include "llvm/iMemory.h"
|
#include "llvm/iMemory.h"
|
||||||
#include "llvm/iOther.h"
|
#include "llvm/iOther.h"
|
||||||
|
#include "llvm/Analysis/IPModRef.h"
|
||||||
|
#include "llvm/Analysis/DataStructure.h"
|
||||||
|
#include "llvm/Analysis/DSGraph.h"
|
||||||
#include "llvm/Support/InstVisitor.h"
|
#include "llvm/Support/InstVisitor.h"
|
||||||
#include "llvm/Support/CFG.h"
|
#include "llvm/Support/CFG.h"
|
||||||
#include "Support/SCCIterator.h"
|
#include "Support/SCCIterator.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===- MemoryDepAnalysis.cpp - Compute dep graph for memory ops --*-C++-*--===//
|
//===- MemoryDepAnalysis.cpp - Compute dep graph for memory ops -----------===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -14,15 +14,16 @@
|
|||||||
//
|
//
|
||||||
// The result of this pass is a DependenceGraph for each function
|
// The result of this pass is a DependenceGraph for each function
|
||||||
// representing the memory-based data dependences between instructions.
|
// representing the memory-based data dependences between instructions.
|
||||||
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "llvm/Analysis/MemoryDepAnalysis.h"
|
#include "llvm/Analysis/MemoryDepAnalysis.h"
|
||||||
#include "llvm/Analysis/IPModRef.h"
|
|
||||||
#include "llvm/Analysis/DataStructure.h"
|
|
||||||
#include "llvm/Analysis/DSGraph.h"
|
|
||||||
#include "llvm/Module.h"
|
#include "llvm/Module.h"
|
||||||
#include "llvm/iMemory.h"
|
#include "llvm/iMemory.h"
|
||||||
#include "llvm/iOther.h"
|
#include "llvm/iOther.h"
|
||||||
|
#include "llvm/Analysis/IPModRef.h"
|
||||||
|
#include "llvm/Analysis/DataStructure.h"
|
||||||
|
#include "llvm/Analysis/DSGraph.h"
|
||||||
#include "llvm/Support/InstVisitor.h"
|
#include "llvm/Support/InstVisitor.h"
|
||||||
#include "llvm/Support/CFG.h"
|
#include "llvm/Support/CFG.h"
|
||||||
#include "Support/SCCIterator.h"
|
#include "Support/SCCIterator.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user