Avoid needlessly casting away const qualifiers.
authorDan Gohman <gohman@apple.com>
Fri, 8 Feb 2008 03:26:46 +0000 (03:26 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 8 Feb 2008 03:26:46 +0000 (03:26 +0000)
commit547ca537b638c8fd5c8f4729e4c74898f8371e4e
tree8535cf893c1e3c468863cbcc6719e97d993dd1b2
parent33663fc104d0cdfc06cac55f677e9bc0bb5f5817
Avoid needlessly casting away const qualifiers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46876 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp