aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/InstrTypes.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-04-22 03:18:56 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-04-22 03:18:56 +0000
commit59f6449cff14d7edac319d4eab4b52b8bd858e92 (patch)
tree9c695fb7ee52dd8d625daef0ec0e98b9bdbff1f3 /include/llvm/InstrTypes.h
parent672c11b41fe66f96a3f3c6b16f839c1edf66a384 (diff)
downloadexternal_llvm-59f6449cff14d7edac319d4eab4b52b8bd858e92.zip
external_llvm-59f6449cff14d7edac319d4eab4b52b8bd858e92.tar.gz
external_llvm-59f6449cff14d7edac319d4eab4b52b8bd858e92.tar.bz2
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/InstrTypes.h')
-rw-r--r--include/llvm/InstrTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/InstrTypes.h b/include/llvm/InstrTypes.h
index b79adf3..1c4a8ef 100644
--- a/include/llvm/InstrTypes.h
+++ b/include/llvm/InstrTypes.h
@@ -151,7 +151,7 @@ public:
/// Instruction is allowed to be a dereferenced end iterator.
///
static BinaryOperator *create(BinaryOps Op, Value *S1, Value *S2,
- const std::string &Name = "",
+ const std::string &Name = "",
Instruction *InsertBefore = 0);
/// create() - Construct a binary instruction, given the opcode and the two
@@ -159,7 +159,7 @@ public:
/// BasicBlock specified.
///
static BinaryOperator *create(BinaryOps Op, Value *S1, Value *S2,
- const std::string &Name,
+ const std::string &Name,
BasicBlock *InsertAtEnd);
/// create* - These methods just forward to create, and are useful when you