diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-04-11 21:02:30 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-04-11 21:02:30 +0000 |
commit | bf1aab15075884933e94a3aa950d88a7f16b5989 (patch) | |
tree | 1a0c5a40513cfab11523814f2c77157d9de7061f /utils/TableGen/InstrInfoEmitter.cpp | |
parent | b4b9db2f9209941a921f7fe3a92242287c396bc2 (diff) |
Tidy up. Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/InstrInfoEmitter.cpp')
-rw-r--r-- | utils/TableGen/InstrInfoEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/InstrInfoEmitter.cpp b/utils/TableGen/InstrInfoEmitter.cpp index 0941d2e881..8b3efd33f4 100644 --- a/utils/TableGen/InstrInfoEmitter.cpp +++ b/utils/TableGen/InstrInfoEmitter.cpp @@ -373,7 +373,7 @@ void InstrInfoEmitter::emitEnums(raw_ostream &OS) { // We must emit the PHI opcode first... std::string Namespace = Target.getInstNamespace(); - + if (Namespace.empty()) { fprintf(stderr, "No instructions defined!\n"); exit(1); |