Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
CodeGen
MachineBasicBlock.cpp
Find file
Blame
History
Permalink
Allow removeLiveIn to be called with a register that isn't live-in.
· 8e58c90f
Jakob Stoklund Olesen
authored
Mar 28, 2012
This avoids the silly double search: if (isLiveIn(Reg)) removeLiveIn(Reg); llvm-svn: 153592
8e58c90f
Loading