diff options
| author | Ruchira Sasanka <sasanka@students.uiuc.edu> | 2001-08-07 21:01:23 +0000 |
|---|---|---|
| committer | Ruchira Sasanka <sasanka@students.uiuc.edu> | 2001-08-07 21:01:23 +0000 |
| commit | c82322c5262011094c16f89f20ec5b2229d2b2f0 (patch) | |
| tree | 80933ac3e9055d6a0f7abc19fceca98b577b6a87 /llvm/lib/CodeGen/MachineInstr.cpp | |
| parent | 4ac2975f5aa133ad339d0baf062b69373e1a3ddb (diff) | |
| download | llvm-c82322c5262011094c16f89f20ec5b2229d2b2f0.zip llvm-c82322c5262011094c16f89f20ec5b2229d2b2f0.tar.gz llvm-c82322c5262011094c16f89f20ec5b2229d2b2f0.tar.bz2 | |
*** empty log message ***
llvm-svn: 351
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/MachineInstr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index d098132..298a9cd 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp @@ -69,7 +69,7 @@ MachineInstr::SetMachineOperand(unsigned int i, } void -MachineInstr::dump(unsigned int indent) +MachineInstr::dump(unsigned int indent) const { for (unsigned i=0; i < indent; i++) cout << " "; |
