forked from OSchip/llvm-project
Partial unbreak of VC++ (stream stuff has no easy fix).
llvm-svn: 32614
This commit is contained in:
parent
496222a1a8
commit
9f46963f11
|
@ -1371,6 +1371,7 @@ namespace llvm {
|
||||||
return new CompareConstantExpr(Instruction::FCmp, V.predicate,
|
return new CompareConstantExpr(Instruction::FCmp, V.predicate,
|
||||||
V.operands[0], V.operands[1]);
|
V.operands[0], V.operands[1]);
|
||||||
assert(0 && "Invalid ConstantExpr!");
|
assert(0 && "Invalid ConstantExpr!");
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -193,52 +193,6 @@
|
||||||
RelativePath="..\..\lib\Analysis\Ipa\GlobalsModRef.cpp">
|
RelativePath="..\..\lib\Analysis\Ipa\GlobalsModRef.cpp">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
|
||||||
Name="DataStructure"
|
|
||||||
Filter="">
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\BottomUpClosure.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\CallTargets.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\CompleteBottomUp.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\DataStructure.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\DataStructureAA.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\DataStructureOpt.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\DataStructureStats.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\DSCallSiteIterator.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\EquivClassGraphs.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\GraphChecker.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\Local.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\Printer.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\Steensgaard.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Analysis\DataStructure\TopDownClosure.cpp">
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
|
@ -319,28 +273,6 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\Analysis\Verifier.h">
|
RelativePath="..\..\include\llvm\Analysis\Verifier.h">
|
||||||
</File>
|
</File>
|
||||||
<Filter
|
|
||||||
Name="DataStructure"
|
|
||||||
Filter="">
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\llvm\Analysis\DataStructure\CallTargets.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\llvm\Analysis\DataStructure\DataStructure.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\llvm\Analysis\DataStructure\DSGraph.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\llvm\Analysis\DataStructure\DSGraphTraits.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\llvm\Analysis\DataStructure\DSNode.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\llvm\Analysis\DataStructure\DSSupport.h">
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
|
@ -112,9 +112,6 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lib\VMCore\AsmWriter.cpp">
|
RelativePath="..\..\lib\VMCore\AsmWriter.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lib\VMCore\BasicBlock.cpp">
|
RelativePath="..\..\lib\VMCore\BasicBlock.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
@ -221,15 +218,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h">
|
RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\llvm\Assembly\AutoUpgrade.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\BasicBlock.h">
|
RelativePath="..\..\include\llvm\BasicBlock.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\llvm\Assembly\CachedWriter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\CallGraphSCCPass.h">
|
RelativePath="..\..\include\llvm\CallGraphSCCPass.h">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Reference in New Issue