The prologue/epilogue related method calls have no reason to return a value,
authorChris Lattner <sabre@nondot.org>
Sat, 14 Feb 2004 19:49:54 +0000 (19:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Feb 2004 19:49:54 +0000 (19:49 +0000)
commitbb07ef97cfbe88eb5d69784acab5f36815738881
treeacb3a628388f7de1ab00c892d8831371d9d9fcb4
parent8604e7572132e8728a1e20d53965bc4ab6986818
The prologue/epilogue related method calls have no reason to return a value,
make them return void.

This allows us to avoid some costly MBB.size() calls

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11448 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h