OSDN Git Service

Print a semicolon for the unreacahble instruction. This fixes problems
authorChris Lattner <sabre@nondot.org>
Sun, 17 Oct 2004 23:49:11 +0000 (23:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Oct 2004 23:49:11 +0000 (23:49 +0000)
commit963869e41af4f0f180cd13d3ad50f778f336c3b0
tree587e65e3c3f8f20e8441898e3c84c13156caec88
parentc7ff6c8029ac3595e87ea80ad7a08eafbcca52b1
Print a semicolon for the unreacahble instruction.  This fixes problems
where C requires semicolons in some cases to indicate null statements.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17107 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp