When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", not
authorChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 22:54:19 +0000 (22:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 22:54:19 +0000 (22:54 +0000)
commit74661c838c66f8e30226da8a1f3b77548a584203
treea9d20ee436116f264d2d5c8dd7ac9cef7ccb539b
parente42cde2a14bb1d4dbb659d8ecdf7c73131532f1c
When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", not
to "foo.s".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11485 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llc/llc.cpp