[optnone] Skip pass Constant Hoisting on optnone functions.
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Sat, 14 Feb 2015 15:11:48 +0000 (15:11 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Sat, 14 Feb 2015 15:11:48 +0000 (15:11 +0000)
commitf54432388f66c8e9c56693fcacc3ccbade657150
treebccfc96198f33da4c50bfc7a4182db3320f57aad
parent6eb925a3ed3124ce13b0d212b4b04ae5e0cfde6b
[optnone] Skip pass Constant Hoisting on optnone functions.

Added test CodeGen/X86/constant-hoisting-optnone.ll to verify that
pass Constant Hoisting is not run on optnone functions.

llvm-svn: 229258
llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
llvm/test/CodeGen/X86/constant-hoisting-optnone.ll [new file with mode: 0644]