llvm-mirror/lib/Transforms/Scalar
Dan Gohman a97484da91 Use IntrinsicInst to test for prefetch instructions, which is ever so
slightly nicer than using CallInst with an extra check; thanks Chris.

llvm-svn: 36743
2007-05-04 14:59:09 +00:00
..
ADCE.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
BasicBlockPlacement.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
CodeGenPrepare.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
CondPropagate.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
ConstantProp.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
CorrelatedExprs.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
DCE.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
DeadStoreElimination.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
GCSE.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
IndVarSimplify.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
InstructionCombining.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LICM.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LoopRotation.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LoopStrengthReduce.cpp Use IntrinsicInst to test for prefetch instructions, which is ever so 2007-05-04 14:59:09 +00:00
LoopUnroll.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LoopUnswitch.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LowerGC.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LowerPacked.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
Makefile
PredicateSimplifier.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
Reassociate.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
Reg2Mem.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
ScalarReplAggregates.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
SCCP.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
SimplifyCFG.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
TailDuplication.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
TailRecursionElimination.cpp Drop 'const' 2007-05-03 01:11:54 +00:00