diff options
author | Lang Hames <lhames@gmail.com> | 2008-11-14 06:51:35 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2008-11-14 06:51:35 +0000 |
commit | 529bf4823231851460c3536d6fe33cf4879adbf4 (patch) | |
tree | f28462cd031c6167d94a10d08877d77ac681bd3c | |
parent | 3bece9d6818fc9df4d917e07a81dbaa03e446d63 (diff) | |
download | external_llvm-529bf4823231851460c3536d6fe33cf4879adbf4.zip external_llvm-529bf4823231851460c3536d6fe33cf4879adbf4.tar.gz external_llvm-529bf4823231851460c3536d6fe33cf4879adbf4.tar.bz2 |
Test commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59293 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/RegAllocPBQP.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAllocPBQP.cpp b/lib/CodeGen/RegAllocPBQP.cpp index 1aea7e2..8f3284d 100644 --- a/lib/CodeGen/RegAllocPBQP.cpp +++ b/lib/CodeGen/RegAllocPBQP.cpp @@ -527,3 +527,4 @@ FunctionPass* llvm::createPBQPRegisterAllocator() { #undef DEBUG_TYPE + |