search for: mainpulated

Displaying 4 results from an estimated 4 matches for "mainpulated".

2004 Sep 14
3
Howto enlarge fonts size in R- Graphics?
Hi, I am fairly new to GNU R ! At the moment I am doing an intensive learning on the basics of GNU R-1.91, especially graphics like plots and alike, by reading the introductory docs! Well, except some occasional glitches (X11 output errors) everything seems to be fine, thanks to developers for this fine program! But there is a slight problem with the size of fonts in graphics, i.e. its very
2009 Feb 18
2
[LLVMdev] LLVM 2.4 Dominance Frontier Problem
I just finished upgrading our LLVM to 2.4 and I immediately ran into a problem with dominance frontier calculation: llvm/lib/VMCore/PassManager.cpp:714: void llvm::PMDataManager::verifyDomInfo(llvm::Pass&, llvm::Function&): Assertion `0 && "Invalid dominator info"' failed. Strangely enough, the Pass running when the assert triggers is Dominance Frontier
2009 Feb 18
0
[LLVMdev] LLVM 2.4 Dominance Frontier Problem
...ed. > > Strangely enough, the Pass running when the assert triggers is > Dominance > Frontier Construction. > > This is somewhat puzzling. Any idea where to start looking? The PassManager must have printed dominator diffs. before this assertion. Go and fix the last pass that mainpulated dominator info or file a PR with reproducible test case for mainline. IIRC, dom info verifier is not enabled by default. - Devang
2009 Feb 18
1
[LLVMdev] LLVM 2.4 Dominance Frontier Problem
...rs is > > Dominance > > Frontier Construction. > > > > This is somewhat puzzling. Any idea where to start looking? > > The PassManager must have printed dominator diffs. before this > assertion. Yes, it did. There are no diffs. > Go and fix the last pass that mainpulated dominator info or > file a PR with reproducible test case for mainline. IIRC, dom info > verifier is not enabled by default. No, it's not and it looks like that was the problem. This looks like it's another misuse of C++. When I turn on --enable-expensive-checks, things blow up a...