commit | afed5ceab75df33ec84ee93092b0d64525472f99 | [log] [tgz] |
---|---|---|
author | Nuno Lopes <nunoplopes@sapo.pt> | Tue Nov 04 14:28:33 2008 +0000 |
committer | Nuno Lopes <nunoplopes@sapo.pt> | Tue Nov 04 14:28:33 2008 +0000 |
tree | 692d837e57c40e6c0540942b019a89575596ce11 | |
parent | 87d16f9a910b0d09d22f336d505f774f08ef21ef [diff] [blame] |
regenerate git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58694 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AsmParser/llvmAsmParser.y.cvs b/lib/AsmParser/llvmAsmParser.y.cvs index f2e6404..d76994a 100644 --- a/lib/AsmParser/llvmAsmParser.y.cvs +++ b/lib/AsmParser/llvmAsmParser.y.cvs
@@ -418,6 +418,7 @@ { APSInt Tmp = *D.ConstPoolInt; + D.destroy(); Tmp.extOrTrunc(Ty->getPrimitiveSizeInBits()); return ConstantInt::get(Tmp); }