mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-23 22:23:00 +00:00
Now with fewer extraneous semicolons!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -103,7 +103,7 @@ namespace { // Anonymous namespace for class
|
||||
|
||||
char PreVerifier::ID = 0;
|
||||
INITIALIZE_PASS(PreVerifier, "preverify", "Preliminary module verification",
|
||||
false, false);
|
||||
false, false)
|
||||
char &PreVerifyID = PreVerifier::ID;
|
||||
|
||||
namespace {
|
||||
@@ -393,7 +393,7 @@ namespace {
|
||||
} // End anonymous namespace
|
||||
|
||||
char Verifier::ID = 0;
|
||||
INITIALIZE_PASS(Verifier, "verify", "Module Verifier", false, false);
|
||||
INITIALIZE_PASS(Verifier, "verify", "Module Verifier", false, false)
|
||||
|
||||
// Assert - We know that cond should be true, if not print an error message.
|
||||
#define Assert(C, M) \
|
||||
|
||||
Reference in New Issue
Block a user