[llvm] r329084 - Remove a stale comment cut and pasted from another file.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 10:07:05 PDT 2018


Author: echristo
Date: Tue Apr  3 10:07:05 2018
New Revision: 329084

URL: http://llvm.org/viewvc/llvm-project?rev=329084&view=rev
Log:
Remove a stale comment cut and pasted from another file.

Modified:
    llvm/trunk/utils/indirect_calls.py

Modified: llvm/trunk/utils/indirect_calls.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/indirect_calls.py?rev=329084&r1=329083&r2=329084&view=diff
==============================================================================
--- llvm/trunk/utils/indirect_calls.py (original)
+++ llvm/trunk/utils/indirect_calls.py Tue Apr  3 10:07:05 2018
@@ -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>")




More information about the llvm-commits mailing list