Avoid a warning from MSVC on "*/" in this code by inserting a space
authorReid Kleckner <reid@kleckner.net>
Sat, 12 Jul 2014 00:06:46 +0000 (00:06 +0000)
committerReid Kleckner <reid@kleckner.net>
Sat, 12 Jul 2014 00:06:46 +0000 (00:06 +0000)
llvm-svn: 212862

llvm/lib/CodeGen/SelectionDAG/FastISel.cpp

index c0b3a02..45c775d 100644 (file)
@@ -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;
 }