OSDN Git Service

Fix a compile crash building MultiSource/Applications/d with the new front-end.
authorChris Lattner <sabre@nondot.org>
Thu, 5 Jan 2006 18:32:49 +0000 (18:32 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Jan 2006 18:32:49 +0000 (18:32 +0000)
commitc9a5ef524a9f461717bbf647b2d3da061aed720d
tree9902b0b2907e82209468e7f3ff116e64012fa558
parent3a55866622cc48e7e7cd1aefa8caf9ce8cf376b0
Fix a compile crash building MultiSource/Applications/d with the new front-end.
The PPC backend was generating random shift counts in this case, due to an
uninitialized variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25114 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp