llvm-project/llvm/lib/Transforms
Chuck Rose III 1a39a2d13d VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic control.
This commit fixes two things.  One is a pair of VStudio compiler errors stemming from variables
which defined within the for loop statement and also within the body of the for loop.  I fixed these 
by renaming one of the two variables.  Additionally, I've made the Function*->ExFunc map in 
ExternalFunctions.cpp a ManagedStatic object, so that cleanup will be done on llvm_shutdown.  In repeated
uses of the interpreter, where the same Function* address may get used for completely differnet functions,
this was causing a crash.

llvm-svn: 40558
2007-07-27 18:26:35 +00:00
..
Hello Fix typo in comment. 2007-05-06 13:37:16 +00:00
IPO Add BasicInliner interface. 2007-07-25 18:00:25 +00:00
Instrumentation Fix typo in comment. 2007-05-06 13:37:16 +00:00
Scalar VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic control. 2007-07-27 18:26:35 +00:00
Utils Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead 2007-07-26 16:06:08 +00:00
Makefile Build Hello by default so it can be used in test cases. 2007-04-11 21:03:37 +00:00