Set an operation expansion, noticed while running

llc over test/CodeGen/Generic with -march=alpha.

llvm-svn: 76154
This commit is contained in:
Eli Friedman 2009-07-17 05:23:03 +00:00
parent 97f3f965eb
commit f840bc561a
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand);
setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand);
setTruncStoreAction(MVT::f64, MVT::f32, Expand);
// setOperationAction(ISD::BRIND, MVT::Other, Expand);
setOperationAction(ISD::BR_JT, MVT::Other, Expand);
setOperationAction(ISD::BR_CC, MVT::Other, Expand);