[llvm-commits] [poolalloc] r159123 - /poolalloc/trunk/include/dsa/AllocatorIdentification.h
Will Dietz
wdietz2 at illinois.edu
Sun Jun 24 22:02:12 PDT 2012
Author: wdietz2
Date: Mon Jun 25 00:02:12 2012
New Revision: 159123
URL: http://llvm.org/viewvc/llvm-project?rev=159123&view=rev
Log:
Fix AllocatorIdentification includes.
Modified:
poolalloc/trunk/include/dsa/AllocatorIdentification.h
Modified: poolalloc/trunk/include/dsa/AllocatorIdentification.h
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/include/dsa/AllocatorIdentification.h?rev=159123&r1=159122&r2=159123&view=diff
==============================================================================
--- poolalloc/trunk/include/dsa/AllocatorIdentification.h (original)
+++ poolalloc/trunk/include/dsa/AllocatorIdentification.h Mon Jun 25 00:02:12 2012
@@ -12,15 +12,15 @@
#ifndef _ALLOCATORIDENTIFICATION_H
#define _ALLOCATORIDENTIFICATION_H
+#include <string>
+#include "llvm/Pass.h"
+#include "llvm/Value.h"
+
namespace llvm {
class Function;
class Module;
class Instruction;
-
-#include <string>
-#include "llvm/Pass.h"
-
class AllocIdentify : public llvm::ModulePass {
protected:
std::set<std::string> allocators;
More information about the llvm-commits
mailing list