Fix of r257495.

Remove redundant "FPM->add(createDemoteRegisterToMemoryPass());"

llvm-svn: 257514
This commit is contained in:
Roman Gareev 2016-01-12 20:47:48 +00:00
parent 9d59306528
commit b0c4e49a37
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ public:
FPM->add(createIndVarSimplifyPass());
FPM->add(createLoopIdiomPass());
FPM->add(createLoopDeletionPass());
FPM->add(createDemoteRegisterToMemoryPass());
FPM->add(createCFGSimplificationPass());
FPM->add(createSimpleLoopUnrollPass());
FPM->add(createMergedLoadStoreMotionPass());