[PM] Fix the analysis templates' usage of IRUnitT.
[oota-llvm.git] / unittests / IR / PassManagerTest.cpp
index 94fe99a3aa05815c409f13c29f86f09fa018987e..d5f5f27b45222d2b46297de90f8883141cf8fecb 100644 (file)
@@ -21,7 +21,7 @@ namespace {
 
 class TestAnalysisPass {
 public:
-  typedef Function IRUnitT;
+  typedef Function *IRUnitT;
 
   struct Result {
     Result(int Count) : InstructionCount(Count) {}