mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 11:19:09 +00:00
Fix some VC++ warnings.
llvm-svn: 35224
This commit is contained in:
parent
21c7fc9c1f
commit
8dea6ada6f
@ -394,6 +394,7 @@ static const TargetRegisterClass *getPhysicalRegisterRegClass(
|
||||
if ((*I)->hasType(VT) && (*I)->contains(reg))
|
||||
return *I;
|
||||
assert(false && "Couldn't find the register class");
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// EmitNode - Generate machine code for an node and needed dependencies.
|
||||
|
@ -44,7 +44,7 @@ STATISTIC(NumVariable, "Number of PHIs with variable strides");
|
||||
|
||||
namespace {
|
||||
|
||||
class BasedUser;
|
||||
struct BasedUser;
|
||||
|
||||
/// IVStrideUse - Keep track of one use of a strided induction variable, where
|
||||
/// the stride is stored externally. The Offset member keeps track of the
|
||||
|
Loading…
Reference in New Issue
Block a user