1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Keep Visual Studio happy.

llvm-svn: 24052
This commit is contained in:
Jeff Cohen 2005-10-28 01:43:09 +00:00
parent 002ce4f1f8
commit 744bfe72c0
3 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "Record.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Debug.h"
#include <algorithm>
using namespace llvm;
//

View File

@ -124,6 +124,9 @@
<File
RelativePath="..\..\lib\Analysis\CFGPrinter.cpp">
</File>
<File
RelativePath="..\..\lib\Analysis\ConstantFolding.cpp">
</File>
<File
RelativePath="..\..\lib\Analysis\Expressions.cpp">
</File>
@ -245,6 +248,9 @@
<File
RelativePath="..\..\include\llvm\Analysis\CFGPrinter.h">
</File>
<File
RelativePath="..\..\include\llvm\Analysis\ConstantFolding.h">
</File>
<File
RelativePath="..\..\include\llvm\Analysis\ConstantsScanner.h">
</File>

View File

@ -156,6 +156,9 @@
<File
RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h">
</File>
<File
RelativePath="..\..\include\llvm\Target\TargetInstrItineraries.h">
</File>
<File
RelativePath="..\..\include\llvm\Target\TargetJITInfo.h">
</File>