llvm-svn: 35438
This commit is contained in:
Anton Korobeynikov 2007-03-28 18:38:33 +00:00
parent 7522c9d8e1
commit 0ad22563b8
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ namespace {
SDNode *Select(SDOperand N);
bool MatchAddress(SDOperand N, X86ISelAddressMode &AM,
bool isRoot = true,unsigned Depth = 0);
bool isRoot = true, unsigned Depth = 0);
bool SelectAddr(SDOperand Op, SDOperand N, SDOperand &Base,
SDOperand &Scale, SDOperand &Index, SDOperand &Disp);
bool SelectLEAAddr(SDOperand Op, SDOperand N, SDOperand &Base,