Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of the
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 14 Nov 2009 14:14:58 +0000 (14:14 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 14 Nov 2009 14:14:58 +0000 (14:14 +0000)
commit7b068610eb68ae02c1c92a98d4a3749c7cb6456c
treec3cdec900cab78cdc3f37884e2f7fac60d677dd1
parent067d024b05e56d2847608c9149a7151d6531c036
Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of the
decl so move it there. GCC accepts it both in front and after decls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88791 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h
include/llvm/Support/ErrorHandling.h