arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

llc produces unused variables #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
llc produces some unused variables in its output (at least for
initial_llvm_module.cc):

Python/initial_llvm_module.cc:662: warning: unused variable ‘PointerTy_80’
Python/initial_llvm_module.cc:664: warning: unused variable ‘PointerTy_81’
Python/initial_llvm_module.cc:675: warning: unused variable ‘PointerTy_82’
Python/initial_llvm_module.cc:693: warning: unused variable ‘PointerTy_86’
Python/initial_llvm_module.cc:704: warning: unused variable ‘PointerTy_88’
Python/initial_llvm_module.cc:716: warning: unused variable ‘PointerTy_90’
Python/initial_llvm_module.cc:724: warning: unused variable ‘PointerTy_92’

We silence the warnings for now, but we should see if we can fix llc instead.

Original issue reported on code.google.com by thomaswout@gmail.com on 12 May 2009 at 9:06

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 29 May 2009 at 4:10

GoogleCodeExporter commented 8 years ago
Too low a priority; I no longer see this flagged in the buildslave warning 
output.

Original comment by collinw on 11 Jan 2010 at 7:56