Fix bug: test/Regression/Transforms/SCCP/2002-05-03-NotOperator.ll
authorChris Lattner <sabre@nondot.org>
Fri, 3 May 2002 20:09:52 +0000 (20:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 3 May 2002 20:09:52 +0000 (20:09 +0000)
commit905f311d051496023e31fa8ba98db4f5b8f54c17
tree1c7c917cb194fca3782fa4810d7b452365dcfb71
parentb6df79a6b28dd051e84c2549b5d1735cb11b54c9
Fix bug: test/Regression/Transforms/SCCP/2002-05-03-NotOperator.ll
by using the ~ operator instead of !

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2458 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ConstantFold.cpp