OSDN Git Service

New testcase. Shrinking the variable to a bool allows instcombine to delete
authorChris Lattner <sabre@nondot.org>
Sun, 12 Dec 2004 05:52:12 +0000 (05:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Dec 2004 05:52:12 +0000 (05:52 +0000)
commitef07cc5e489def0561d45d850d4eeccee723d5db
tree8c23420a6b6a850d4f866e72de2109732ded37a6
parenta177c6747195f2abe5a0fc10e1a65d6c0afb85b5
New testcase.  Shrinking the variable to a bool allows instcombine to delete
the condition.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18816 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/GlobalOpt/integer-bool.ll [new file with mode: 0644]