projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4af2c40
)
Remove tabs from my previous commit.
author
Cedric Venet
<cedric.venet@laposte.net>
Mon, 27 Oct 2008 19:21:35 +0000
(19:21 +0000)
committer
Cedric Venet
<cedric.venet@laposte.net>
Mon, 27 Oct 2008 19:21:35 +0000
(19:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58263
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/AsmWriterEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/AsmWriterEmitter.cpp
b/utils/TableGen/AsmWriterEmitter.cpp
index 3cb361288060c4f1dddd63cee9feaa4bf174561d..e2cd5dc031013edc3a7de5559e85f6cd00872606 100644
(file)
--- a/
utils/TableGen/AsmWriterEmitter.cpp
+++ b/
utils/TableGen/AsmWriterEmitter.cpp
@@
-45,8
+45,8
@@
namespace llvm {
/// an operand, specified with syntax like ${opname:modifier}.
std::string MiModifier;
-
// To make VS STL happy
-
AsmWriterOperand():OperandType(isLiteralTextOperand) {}
+ // To make VS STL happy
+ AsmWriterOperand():OperandType(isLiteralTextOperand) {}
AsmWriterOperand(const std::string &LitStr)
: OperandType(isLiteralTextOperand), Str(LitStr) {}