commit | 69b9044c668dfb92038385a96c030778de64edfd | [log] [tgz] |
---|---|---|
author | Akira Hatanaka <ahatanak@gmail.com> | Wed Jun 08 21:28:09 2011 +0000 |
committer | Akira Hatanaka <ahatanak@gmail.com> | Wed Jun 08 21:28:09 2011 +0000 |
tree | e612808f5e7c009719a73e2abe552928fe44582d | |
parent | 3d21c2495d481f42bab9f8313b46e7bcf0e2d7ac [diff] [blame] |
Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the dynamically allocated stack area was not set. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132758 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h index fbcedfd..b7b85fd 100644 --- a/lib/Target/Mips/MipsISelLowering.h +++ b/lib/Target/Mips/MipsISelLowering.h
@@ -79,7 +79,9 @@ BuildPairF64, ExtractElementF64, - WrapperPIC + WrapperPIC, + + DynAlloc }; }