summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-07-12 00:06:46 +0000
committerReid Kleckner <reid@kleckner.net>2014-07-12 00:06:46 +0000
commitfb9519838a45547c9acc2434afc9139438e7c700 (patch)
treeac67a383d1d8992da8c66666795157bdba4cbbf7 /llvm/lib/CodeGen
parentb5650e5eaec7e5d54ab3d9fbc59b1c3cd6160cb8 (diff)
downloadbcm5719-llvm-fb9519838a45547c9acc2434afc9139438e7c700.tar.gz
bcm5719-llvm-fb9519838a45547c9acc2434afc9139438e7c700.zip
Avoid a warning from MSVC on "*/" in this code by inserting a space
llvm-svn: 212862
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
index c0b3a02d54d..45c775dca29 100644
--- 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;
}
OpenPOWER on IntegriCloud