mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 13:10:42 +00:00
Keep Visual Studio happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0195910558
commit
9489c04efc
@ -16,6 +16,7 @@
|
|||||||
#include "Record.h"
|
#include "Record.h"
|
||||||
#include "llvm/ADT/StringExtras.h"
|
#include "llvm/ADT/StringExtras.h"
|
||||||
#include "llvm/Support/Debug.h"
|
#include "llvm/Support/Debug.h"
|
||||||
|
#include <algorithm>
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -124,6 +124,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\lib\Analysis\CFGPrinter.cpp">
|
RelativePath="..\..\lib\Analysis\CFGPrinter.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\lib\Analysis\ConstantFolding.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lib\Analysis\Expressions.cpp">
|
RelativePath="..\..\lib\Analysis\Expressions.cpp">
|
||||||
</File>
|
</File>
|
||||||
@ -245,6 +248,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\Analysis\CFGPrinter.h">
|
RelativePath="..\..\include\llvm\Analysis\CFGPrinter.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\llvm\Analysis\ConstantFolding.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\Analysis\ConstantsScanner.h">
|
RelativePath="..\..\include\llvm\Analysis\ConstantsScanner.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -156,6 +156,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h">
|
RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\llvm\Target\TargetInstrItineraries.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\Target\TargetJITInfo.h">
|
RelativePath="..\..\include\llvm\Target\TargetJITInfo.h">
|
||||||
</File>
|
</File>
|
||||||
|
Loading…
Reference in New Issue
Block a user