projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5650e5
)
Avoid a warning from MSVC on "*/" in this code by inserting a space
author
Reid Kleckner
<reid@kleckner.net>
Sat, 12 Jul 2014 00:06:46 +0000
(
00:06
+0000)
committer
Reid Kleckner
<reid@kleckner.net>
Sat, 12 Jul 2014 00:06:46 +0000
(
00:06
+0000)
llvm-svn: 212862
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
index
c0b3a02
..
45c775d
100644
(file)
--- a/
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
@@
-1604,7
+1604,7
@@
bool FastISel::FastLowerCall(CallLoweringInfo &/*CLI*/) {
return false;
}
-bool FastISel::FastLowerIntrinsicCall(const IntrinsicInst */*II*/) {
+bool FastISel::FastLowerIntrinsicCall(const IntrinsicInst *
/*II*/) {
return false;
}