Simplify some code
authorChris Lattner <sabre@nondot.org>
Tue, 16 Oct 2001 19:54:17 +0000 (19:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Oct 2001 19:54:17 +0000 (19:54 +0000)
commit386a3b7b953a9de769824a7f3516d9dd3021d3e2
tree1b442ae8874b1a940234811297a3904163f298e2
parent618155f6c830af9b2abb587b6d1cb5bea3dcc4f9
Simplify some code
Remove Method special case
Fix bug exposed by this testcase:

implementation

void "PtrFunc2"()
begin
bb1:
        %reg = add int(int)* null, null
        add int (int)* %reg, null
        ret void
end

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@852 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/ParserInternals.h
lib/AsmParser/llvmAsmParser.y