]> granicus.if.org Git - clang/commit
Don't use static globals for params as it confuses the optimzer that their values...
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Thu, 2 Apr 2009 17:51:27 +0000 (17:51 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Thu, 2 Apr 2009 17:51:27 +0000 (17:51 +0000)
commit08ae3de4c90a9c4b79fedf878760144df6758ecc
tree2516bb121413e38c3fd6ea639cf1698bfd36a57f
parentef77d54a493a18d8e2dae772230987e5c01bfb04
Don't use static globals for params as it confuses the optimzer that their values are never being used in the function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68328 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp