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:
588f148
)
Make a function const.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Sat, 28 Jul 2001 04:40:15 +0000
(
04:40
+0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Sat, 28 Jul 2001 04:40:15 +0000
(
04:40
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Instruction.h
patch
|
blob
|
history
diff --git
a/include/llvm/Instruction.h
b/include/llvm/Instruction.h
index 85f5c0f42968db4902bea74d7cce7973f38f379c..978af62c314783f0fc6e5bfe30b7dc444dd7e086 100644
(file)
--- a/
include/llvm/Instruction.h
+++ b/
include/llvm/Instruction.h
@@
-47,7
+47,7
@@
public:
// ---------------------------------------------------------------------------
// Machine code accessors...
//
- inline MachineCodeForVMInstr &getMachineInstrVec() {
+ inline MachineCodeForVMInstr &getMachineInstrVec()
const
{
return *machineInstrVec;
}