AsmPrinter.cpp: Avoid crashes for targeting like "arm-mingw32". CurrentFnSym might...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 14 Jun 2015 00:23:40 +0000 (00:23 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 14 Jun 2015 00:23:40 +0000 (00:23 +0000)
commita6a250a21145e852fafd5ab316732134ca08eb2c
treed9fc8acfe6977f6d0ffd5ebf6c20a88342631328
parentbf6ad02906aab926f82a97c684845d84897267bc
AsmPrinter.cpp: Avoid crashes for targeting like "arm-mingw32". CurrentFnSym might not be <MCSymbolELF> here.

llvm-svn: 239692
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp