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:
d483d28
)
Fix typo in comment.
author
Nick Lewycky
<nicholas@mxc.ca>
Thu, 14 Mar 2013 01:26:17 +0000
(
01:26
+0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Thu, 14 Mar 2013 01:26:17 +0000
(
01:26
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176997
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/Scalar.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Scalar.h
b/include/llvm/Transforms/Scalar.h
index e89759a0976195acfc669790a04c624bea632be7..e833aaa6d69e570bac491c62022441b65cae7e9b 100644
(file)
--- a/
include/llvm/Transforms/Scalar.h
+++ b/
include/llvm/Transforms/Scalar.h
@@
-342,7
+342,7
@@
extern char &InstructionSimplifierID;
//===----------------------------------------------------------------------===//
//
-// LowerExpectIntrin
is
cs - Removes llvm.expect intrinsics and creates
+// LowerExpectIntrin
si
cs - Removes llvm.expect intrinsics and creates
// "block_weights" metadata.
FunctionPass *createLowerExpectIntrinsicPass();