summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-11-27 19:31:11 +0000
committerTed Kremenek <kremenek@apple.com>2007-11-27 19:31:11 +0000
commit14d5f741abb81349cc8161357fb951a468327883 (patch)
tree229d1bd00b6cab345e5ec6b8b6be963b8f7ded25 /clang/CodeGen/CodeGenModule.cpp
parent6f026a654c852543ad4d757bcf0804707062ed3d (diff)
downloadbcm5719-llvm-14d5f741abb81349cc8161357fb951a468327883.tar.gz
bcm5719-llvm-14d5f741abb81349cc8161357fb951a468327883.zip
Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variables
that have not yet been defined. Removed used of grep and sed when parsing the results of "nm". This was originally motivated because if the user has specified options to grep using the environment variable GREP_OPTIONS this could break the script. Piping through grep/sed/sort/uniq is also (to my understanding) not necessary, and the equivalent operations can be done much faster in the Perl script. Using a crude benchmark, these changes resulted in a 3x speedup in the execution of GenLibDeps.pl. llvm-svn: 44372
Diffstat (limited to 'clang/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud