Skip to content
Commit 8e58c90f authored by Jakob Stoklund Olesen's avatar Jakob Stoklund Olesen
Browse files

Allow removeLiveIn to be called with a register that isn't live-in.

This avoids the silly double search:

  if (isLiveIn(Reg))
    removeLiveIn(Reg);

llvm-svn: 153592
parent 72eee39d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment