Displaying 2 results from an estimated 2 matches for "rsprofl".
Did you mean:
rprof
2007 Jul 27
2
[LLVMdev] Couple of changes (2005 and other toolchain related)
...ut related to a different STL
implementation we use as well. I'm not sure what the official C++ standard says,
but removing the const doesn't hurt here.
* PPCISelLowering.cpp has a function that just asserts(false) right now. To
avoid a warning, I added a "return SDOperand();"
* RSProfling.cpp, SimplifyLibCalls.cpp, InlineFunction.cpp, changed use of NULL
to (char*)NULL in calls to getOrInsertFunction. This fixes a missing sentinel
warning (http://www.linuxonly.nl/docs/sentinel/)
2007 Jul 27
0
[LLVMdev] Couple of changes (2005 and other toolchain related)
...ut related to a different STL
implementation we use as well. I'm not sure what the official C++
standard says,
but removing the const doesn't hurt here.
* PPCISelLowering.cpp has a function that just asserts(false) right now.
To
avoid a warning, I added a "return SDOperand();"
* RSProfling.cpp, SimplifyLibCalls.cpp, InlineFunction.cpp, changed use
of NULL
to (char*)NULL in calls to getOrInsertFunction. This fixes a missing
sentinel
warning (http://www.linuxonly.nl/docs/sentinel/)
_______________________________________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu...