diff options
| author | Justin Lebar <jlebar@google.com> | 2016-02-17 17:46:39 +0000 | 
|---|---|---|
| committer | Justin Lebar <jlebar@google.com> | 2016-02-17 17:46:39 +0000 | 
| commit | b2e8020948c0025c85b681b71102950ffd33b39e (patch) | |
| tree | 89ca4e4cd700e30ed02e29e9da5b095fff22e635 /llvm/include | |
| parent | 2eb74e278d44ee1336f4b27b5b0d4c12ec062405 (diff) | |
| download | bcm5719-llvm-b2e8020948c0025c85b681b71102950ffd33b39e.tar.gz bcm5719-llvm-b2e8020948c0025c85b681b71102950ffd33b39e.zip  | |
Fix typo in comment.
llvm-svn: 261110
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/CodeGen/MachineInstr.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h index 0c0902cfd10..adb560970dd 100644 --- a/llvm/include/llvm/CodeGen/MachineInstr.h +++ b/llvm/include/llvm/CodeGen/MachineInstr.h @@ -1197,7 +1197,7 @@ public:      assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");    } -  /// Erase an operand  from an instruction, leaving it with one +  /// Erase an operand from an instruction, leaving it with one    /// fewer operand than it started with.    void RemoveOperand(unsigned i);  | 

