diff options
Diffstat (limited to 'llvm/utils/extract_vplan.py')
-rwxr-xr-x | llvm/utils/extract_vplan.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/extract_vplan.py b/llvm/utils/extract_vplan.py index ac0055d2e79..b4e34fc76ba 100755 --- a/llvm/utils/extract_vplan.py +++ b/llvm/utils/extract_vplan.py @@ -4,6 +4,8 @@ # and saves them in individual dot files (one for each plan). Optionally, and # providing 'dot' is installed, it can also render the dot into a PNG file. +from __future__ import print_function + import sys import re import argparse |