OSDN Git Service

Fix unused param warning.
authorEric Christopher <echristo@apple.com>
Mon, 21 Mar 2011 18:06:32 +0000 (18:06 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 21 Mar 2011 18:06:32 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128005 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetMachine.h

index 7dd5c4e..d2fe1d3 100644 (file)
@@ -268,7 +268,7 @@ public:
   ///
   virtual bool addPassesToEmitMC(PassManagerBase &,
                                  MCContext *&,
-                                 raw_ostream &OS,
+                                 raw_ostream &,
                                  CodeGenOpt::Level,
                                  bool = true) {
     return true;