mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix some VC++ warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35224 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
09dfd8e19d
commit
c01a53007a
@ -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