If we have a constant pointer reference to a function, we were printing
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 11 Jul 2003 21:57:01 +0000 (21:57 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 11 Jul 2003 21:57:01 +0000 (21:57 +0000)
commit0517c5ac92ecb4f8a4658fd1a5f3d33bd45acbe8
tree7cda709ce8780970aa8a1dd306a56658313eb777
parent1aa476edf028fed9b5c8ff537fcab42704037094
If we have a constant pointer reference to a function, we were printing
out the entire llvm disassembly for the function at global constant-output
time, which caused the assembler to barf in 164.gzip. This fixes that
particular problem (though 164.gzip has other problems with X86 llc.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7168 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Printer.cpp
lib/Target/X86/X86AsmPrinter.cpp