projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac2d44
)
Fix CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
author
Chris Lattner
<sabre@nondot.org>
Tue, 30 Nov 2004 06:40:04 +0000
(06:40 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 30 Nov 2004 06:40:04 +0000
(06:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18376
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPC32ISelSimple.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPC32ISelSimple.cpp
b/lib/Target/PowerPC/PPC32ISelSimple.cpp
index 7b9a312a11482a021fbf65b5f6791c0a42a90f6f..1314087b7f98e5cb823de5a1093df56dcb42b4c3 100644
(file)
--- a/
lib/Target/PowerPC/PPC32ISelSimple.cpp
+++ b/
lib/Target/PowerPC/PPC32ISelSimple.cpp
@@
-2870,7
+2870,7
@@
void PPC32ISel::emitShiftOperation(MachineBasicBlock *MBB,
// Select correct least significant half if the shift amount > 32
BB = TmpMBB;
unsigned OrReg = makeAnotherReg(Type::IntTy);
- BuildMI(BB, PPC::OR, 2, OrReg).addReg(TmpReg6).add
Imm
(TmpReg6);
+ BuildMI(BB, PPC::OR, 2, OrReg).addReg(TmpReg6).add
Reg
(TmpReg6);
TmpMBB->addSuccessor(PhiMBB);
BB = PhiMBB;