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:
fd9085d
)
Whitespace.
author
Eli Friedman
<eli.friedman@gmail.com>
Wed, 10 Aug 2011 17:39:11 +0000
(17:39 +0000)
committer
Eli Friedman
<eli.friedman@gmail.com>
Wed, 10 Aug 2011 17:39:11 +0000
(17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137226
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Instructions.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Instructions.cpp
b/lib/VMCore/Instructions.cpp
index 612b7630728656a20cae6eae1f96e5627425a3c9..8966bbe1dd3e9fdc404184d5344102b05e028352 100644
(file)
--- a/
lib/VMCore/Instructions.cpp
+++ b/
lib/VMCore/Instructions.cpp
@@
-3239,7
+3239,7
@@
LoadInst *LoadInst::clone_impl() const {
}
StoreInst *StoreInst::clone_impl() const {
- return new StoreInst(getOperand(0), getOperand(1),isVolatile(),
+ return new StoreInst(getOperand(0), getOperand(1),
isVolatile(),
getAlignment(), getOrdering(), getSynchScope());
}