commit | bf1aab15075884933e94a3aa950d88a7f16b5989 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Wed Apr 11 21:02:30 2012 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Wed Apr 11 21:02:30 2012 +0000 |
tree | 1a0c5a40513cfab11523814f2c77157d9de7061f | |
parent | b4b9db2f9209941a921f7fe3a92242287c396bc2 [diff] [blame] |
Tidy up. Whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154531 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/InstrInfoEmitter.cpp b/utils/TableGen/InstrInfoEmitter.cpp index 0941d2e..8b3efd3 100644 --- a/utils/TableGen/InstrInfoEmitter.cpp +++ b/utils/TableGen/InstrInfoEmitter.cpp
@@ -373,7 +373,7 @@ // We must emit the PHI opcode first... std::string Namespace = Target.getInstNamespace(); - + if (Namespace.empty()) { fprintf(stderr, "No instructions defined!\n"); exit(1);