Parse 'ghccc' in .ll files as the GHC convention (cc 10)
authorReid Kleckner <reid@kleckner.net>
Mon, 1 Dec 2014 21:04:44 +0000 (21:04 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 1 Dec 2014 21:04:44 +0000 (21:04 +0000)
commit03c735b42cd4857213e4c1e2caeae9c460e8d0d4
treebc8648493ba8579cd8ef90e5718da85d53a709a0
parent14fe2e6948c394b0565787eddf59feec29a765da
Parse 'ghccc' in .ll files as the GHC convention (cc 10)

Previously we just used "cc 10" in the .ll files, but that isn't very
human readable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223076 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/IR/AsmWriter.cpp
test/Bitcode/calling-conventions.3.2.ll
test/CodeGen/ARM/ghc-tcreturn-lowered.ll
test/CodeGen/X86/ghc-cc.ll
test/CodeGen/X86/ghc-cc64.ll
test/CodeGen/X86/sibcall-4.ll
test/CodeGen/X86/tailcall-returndup-void.ll
test/Feature/callingconventions.ll
test/Transforms/DeadStoreElimination/2011-03-25-DSEMiscompile.ll