Skip to content

Commit

Permalink
dataflowAPI: space out template '>>' for pre-C++11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jul 26, 2016
1 parent 0cc6c46 commit 895d3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataflowAPI/h/stackanalysis.h
Expand Up @@ -331,7 +331,7 @@ class StackAnalysis {

// To build intervals, we must replay the effect of each instruction.
// To avoid sucking enormous time, we keep those transfer functions around...
typedef std::map<ParseAPI::Block *, std::map<Offset, TransferFuncs>>
typedef std::map<ParseAPI::Block *, std::map<Offset, TransferFuncs> >
InstructionEffects;

DATAFLOW_EXPORT StackAnalysis();
Expand Down

0 comments on commit 895d3fa

Please sign in to comment.