Fix 'raise' to work with packed types. Patch by Morten Ofstad.
llvm-svn: 19693
This commit is contained in:
@@ -382,7 +382,7 @@ bool RPR::PeepholeOptimize(BasicBlock *BB, BasicBlock::iterator &BI) {
|
||||
//
|
||||
ElTy = CurSTy->getElementType(0);
|
||||
} else {
|
||||
ElTy = cast<ArrayType>(CurCTy)->getElementType();
|
||||
ElTy = cast<SequentialType>(CurCTy)->getElementType();
|
||||
}
|
||||
|
||||
// Insert a zero to index through this type...
|
||||
|
||||
Reference in New Issue
Block a user