Fix bug exposed by this testcase:
authorChris Lattner <sabre@nondot.org>
Mon, 22 Oct 2001 04:55:44 +0000 (04:55 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Oct 2001 04:55:44 +0000 (04:55 +0000)
commit9245fc75a43a179422f88d7dd2b5b931a0b2972e
tree284c815df30d1166528dfe9356c54deb5b54fe39
parentc9a21b51a11d84443cb3f03787fd08a69fdd73cd
Fix bug exposed by this testcase:

declare int "call_operand"      (%rtx_def*, int)        ;; Prototype for: call_operand
declare int "restore_operand"   (%rtx_def*, int)        ;; Prototype for: restore_operand

%rtx_def = type opaque
%rtx_def = type int
implementation

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@934 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/SymbolTable.h
lib/VMCore/SymbolTable.cpp