summaryrefslogtreecommitdiffstats
path: root/llvm/utils/indirect_calls.py
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2018-04-03 17:07:05 +0000
committerEric Christopher <echristo@gmail.com>2018-04-03 17:07:05 +0000
commitbe1e2621905b3d61032065caeb2d6ae7e1e3fb54 (patch)
treea27fa0b70d476a7e4cf345945c0f2d176771a27a /llvm/utils/indirect_calls.py
parent8dabf4f145de4135b4c4af89f9017830bbba0dea (diff)
downloadbcm5719-llvm-be1e2621905b3d61032065caeb2d6ae7e1e3fb54.tar.gz
bcm5719-llvm-be1e2621905b3d61032065caeb2d6ae7e1e3fb54.zip
Remove a stale comment cut and pasted from another file.
llvm-svn: 329084
Diffstat (limited to 'llvm/utils/indirect_calls.py')
-rwxr-xr-xllvm/utils/indirect_calls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/indirect_calls.py b/llvm/utils/indirect_calls.py
index 1fdbcc18195..b7349a6d884 100755
--- a/llvm/utils/indirect_calls.py
+++ b/llvm/utils/indirect_calls.py
@@ -36,7 +36,6 @@ def look_for_indirect(file):
print line
return
-# Compare the debug info between two files.
def main(args):
# No options currently other than the binary.
parser = optparse.OptionParser("%prog [options] <binary>")
OpenPOWER on IntegriCloud