aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Target/TargetSchedInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetSchedInfo.h b/include/llvm/Target/TargetSchedInfo.h
index 22d8045ae5..5d42d40bcb 100644
--- a/include/llvm/Target/TargetSchedInfo.h
+++ b/include/llvm/Target/TargetSchedInfo.h
@@ -291,7 +291,7 @@ private:
}
public:
- std::vector<pair<int,int> > resourceNumVector;
+ std::vector<std::pair<int,int> > resourceNumVector;
protected:
unsigned numSchedClasses;