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)
commita175396816a9b28835acfe2cd07250881f1fee6c
tree44c73c863222d272665e6e47fb9a89827b302eee
parenta8eae3e35866329f2191a22a34421faa61448508
Fix a bug that was found by the clang static analyzer. The var "AT" is null so we cant deref it.

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