Remove duplication in Program::Execute{And,No}Wait.
authorMikhail Glushenkov <foldr@codedgers.com>
Sat, 18 Jul 2009 21:43:12 +0000 (21:43 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Sat, 18 Jul 2009 21:43:12 +0000 (21:43 +0000)
commit3140619c63d205d79b8eac1d88afa918981fa258
tree24b3dc75a8edeed8867f7aa5c4c6aadb52063881
parent617dd7baa6dfd3a7b5ee72ace37f6b6aeaa6006b
Remove duplication in Program::Execute{And,No}Wait.

Implemented by moving the code out of static functions into methods of Program
class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76340 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Program.h
lib/System/Program.cpp
lib/System/Unix/Program.inc
lib/System/Win32/Program.inc