Don't call getValueType directly. the LLVM optimizer will turn it into the same...
authorChris Lattner <sabre@nondot.org>
Sat, 26 Jun 2004 19:40:40 +0000 (19:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Jun 2004 19:40:40 +0000 (19:40 +0000)
commitfae098a56b403e91affcb44de7e981fc9f34ea12
treef818b61c606336eec3a188ee96cdd69b4762ef4c
parent098648af6a8bbb42823f18bf1d3f96afc163e55f
Don't call getValueType directly.  the LLVM optimizer will turn it into the same code anyway :)

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