Fix a bug that was found by the clang static analyzer. The var "AT" is null so we...
authorNadav Rotem <nrotem@apple.com>
Tue, 19 Feb 2013 19:36:59 +0000 (19:36 +0000)
committerNadav Rotem <nrotem@apple.com>
Tue, 19 Feb 2013 19:36:59 +0000 (19:36 +0000)
commit0e48803252804e067830eda616682708603876fa
tree4e075f9f766269cbcb127edc985750df4883e9d9
parent782609e1460ff6839112d793e62a7d8e9a152da2
Fix a bug that was found by the clang static analyzer. The var "AT" is null so we cant deref it.

llvm-svn: 175550
llvm/lib/IR/ConstantFold.cpp