summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-06-08 21:28:09 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-06-08 21:28:09 +0000
commit69b9044c668dfb92038385a96c030778de64edfd (patch)
treee612808f5e7c009719a73e2abe552928fe44582d /lib/Target/Mips/MipsISelLowering.h
parent3d21c2495d481f42bab9f8313b46e7bcf0e2d7ac (diff)
downloadllvm-69b9044c668dfb92038385a96c030778de64edfd.tar.gz
llvm-69b9044c668dfb92038385a96c030778de64edfd.tar.bz2
llvm-69b9044c668dfb92038385a96c030778de64edfd.tar.xz
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
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.h')
-rw-r--r--lib/Target/Mips/MipsISelLowering.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h
index fbcedfddf9..b7b85fd8f9 100644
--- a/lib/Target/Mips/MipsISelLowering.h
+++ b/lib/Target/Mips/MipsISelLowering.h
@@ -79,7 +79,9 @@ namespace llvm {
BuildPairF64,
ExtractElementF64,
- WrapperPIC
+ WrapperPIC,
+
+ DynAlloc
};
}