Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python compat - print statement | Serge Guelton | 2019-01-03 | 1 | -1/+4 |
| | | | | | | | | | Make sure all print statements are compatible with Python 2 and Python3 using the `from __future__ import print_function` statement. Differential Revision: https://reviews.llvm.org/D56249 llvm-svn: 350307 | ||||
* | Updated to be less restrictive on what is matched | Patrick Meredith | 2005-10-13 | 1 | -1/+3 |
| | | | | llvm-svn: 23712 | ||||
* | This script is used to remove nodes with the label %tmp(.#)* and all | Patrick Meredith | 2005-10-13 | 1 | -0/+30 |
edges associated with said node from the dot files produced by DSA. llvm-svn: 23708 |