mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 17:55:18 +00:00
Fix VC++ build errors.
llvm-svn: 23431
This commit is contained in:
parent
d8febfc4aa
commit
a5c4ff5a96
@ -15,6 +15,7 @@
|
||||
#include "Record.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include <algorithm>
|
||||
#include <set>
|
||||
using namespace llvm;
|
||||
|
||||
@ -1128,6 +1129,7 @@ CodeGenPatternResult(TreePatternNode *N, unsigned &Ctr,
|
||||
} else {
|
||||
N->dump();
|
||||
assert(0 && "Unknown node in result pattern!");
|
||||
return ~0U;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -212,10 +212,10 @@
|
||||
RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\LiveInterval.h">
|
||||
RelativePath="..\..\include\llvm\CodeGen\LiveInterval.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\LiveIntervalAnalysis.h">
|
||||
RelativePath="..\..\include\llvm\CodeGen\LiveIntervalAnalysis.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\CodeGen\LiveVariables.h">
|
||||
|
Loading…
x
Reference in New Issue
Block a user