Dummy commit to check commit access.

llvm-svn: 145619
This commit is contained in:
Sanjoy Das 2011-12-01 19:15:08 +00:00
parent fdddc27143
commit f60485c4cf
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ static
void mergeSPUpdatesDown(MachineBasicBlock &MBB, void mergeSPUpdatesDown(MachineBasicBlock &MBB,
MachineBasicBlock::iterator &MBBI, MachineBasicBlock::iterator &MBBI,
unsigned StackPtr, uint64_t *NumBytes = NULL) { unsigned StackPtr, uint64_t *NumBytes = NULL) {
// FIXME: THIS ISN'T RUN!!! // FIXME: THIS ISN'T RUN!!!
return; return;
if (MBBI == MBB.end()) return; if (MBBI == MBB.end()) return;