From c5f0afad2cff7ce44818363dd40c02e510eebf1b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 12 Nov 2003 00:40:34 +0000 Subject: [PATCH] Cleanups git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9907 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/DataStructure/MemoryDepAnalysis.cpp | 9 +++++---- lib/Analysis/IPA/MemoryDepAnalysis.cpp | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp b/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp index e61c076f307..2bc8e4ac272 100644 --- a/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp +++ b/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp @@ -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 // @@ -14,15 +14,16 @@ // // The result of this pass is a DependenceGraph for each function // representing the memory-based data dependences between instructions. +// //===----------------------------------------------------------------------===// #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/iMemory.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/CFG.h" #include "Support/SCCIterator.h" diff --git a/lib/Analysis/IPA/MemoryDepAnalysis.cpp b/lib/Analysis/IPA/MemoryDepAnalysis.cpp index e61c076f307..2bc8e4ac272 100644 --- a/lib/Analysis/IPA/MemoryDepAnalysis.cpp +++ b/lib/Analysis/IPA/MemoryDepAnalysis.cpp @@ -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 // @@ -14,15 +14,16 @@ // // The result of this pass is a DependenceGraph for each function // representing the memory-based data dependences between instructions. +// //===----------------------------------------------------------------------===// #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/iMemory.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/CFG.h" #include "Support/SCCIterator.h"