mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix typos encountered while working on pass pipeline for O1.
This commit is contained in:
parent
12ebe29a7a
commit
dd6e28d9f9
@ -857,7 +857,7 @@ ModulePassManager PassBuilder::buildModuleSimplificationPipeline(
|
||||
// constants.
|
||||
MPM.addPass(createModuleToFunctionPassAdaptor(PromotePass()));
|
||||
|
||||
// Remove any dead arguments exposed by cleanups and constand folding
|
||||
// Remove any dead arguments exposed by cleanups and constant folding
|
||||
// globals.
|
||||
MPM.addPass(DeadArgumentEliminationPass());
|
||||
|
||||
|
@ -145,7 +145,7 @@ namespace {
|
||||
/// Legacy pass for lowering is.constant intrinsics out of the IR.
|
||||
///
|
||||
/// When this pass is run over a function it converts is.constant intrinsics
|
||||
/// into 'true' or 'false'. This is completements the normal constand folding
|
||||
/// into 'true' or 'false'. This complements the normal constant folding
|
||||
/// to 'true' as part of Instruction Simplify passes.
|
||||
class LowerConstantIntrinsics : public FunctionPass {
|
||||
public:
|
||||
|
@ -1,6 +1,6 @@
|
||||
; RUN: llc -verify-machineinstrs < %s
|
||||
;
|
||||
; The lowering of a switch combined with constand folding would leave spurious extra arguments on a PHI instruction.
|
||||
; The lowering of a switch combined with constant folding would leave spurious extra arguments on a PHI instruction.
|
||||
;
|
||||
target triple = "x86_64-apple-darwin10"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user