void type is also a valid function return type.
[oota-llvm.git] / win32 / Transforms / Transforms.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="Transforms"
6         ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}"
7         Keyword="Win32Proj"
8         >
9         <Platforms>
10                 <Platform
11                         Name="Win32"
12                 />
13                 <Platform
14                         Name="x64"
15                 />
16         </Platforms>
17         <ToolFiles>
18         </ToolFiles>
19         <Configurations>
20                 <Configuration
21                         Name="Debug|Win32"
22                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
23                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
24                         ConfigurationType="4"
25                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26                         CharacterSet="2"
27                         >
28                         <Tool
29                                 Name="VCPreBuildEventTool"
30                         />
31                         <Tool
32                                 Name="VCCustomBuildTool"
33                         />
34                         <Tool
35                                 Name="VCXMLDataGeneratorTool"
36                         />
37                         <Tool
38                                 Name="VCWebServiceProxyGeneratorTool"
39                         />
40                         <Tool
41                                 Name="VCMIDLTool"
42                         />
43                         <Tool
44                                 Name="VCCLCompilerTool"
45                                 Optimization="0"
46                                 AdditionalIncludeDirectories="..\..\include;.."
47                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
48                                 StringPooling="true"
49                                 MinimalRebuild="true"
50                                 BasicRuntimeChecks="3"
51                                 RuntimeLibrary="3"
52                                 ForceConformanceInForLoopScope="true"
53                                 RuntimeTypeInfo="true"
54                                 UsePrecompiledHeader="0"
55                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
56                                 BrowseInformation="1"
57                                 WarningLevel="3"
58                                 Detect64BitPortabilityProblems="false"
59                                 DebugInformationFormat="3"
60                                 DisableSpecificWarnings="4355,4146,4800"
61                         />
62                         <Tool
63                                 Name="VCManagedResourceCompilerTool"
64                         />
65                         <Tool
66                                 Name="VCResourceCompilerTool"
67                         />
68                         <Tool
69                                 Name="VCPreLinkEventTool"
70                         />
71                         <Tool
72                                 Name="VCLibrarianTool"
73                                 OutputFile="$(OutDir)/Transforms.lib"
74                         />
75                         <Tool
76                                 Name="VCALinkTool"
77                         />
78                         <Tool
79                                 Name="VCXDCMakeTool"
80                         />
81                         <Tool
82                                 Name="VCBscMakeTool"
83                         />
84                         <Tool
85                                 Name="VCFxCopTool"
86                         />
87                         <Tool
88                                 Name="VCPostBuildEventTool"
89                         />
90                 </Configuration>
91                 <Configuration
92                         Name="Release|Win32"
93                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
94                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
95                         ConfigurationType="4"
96                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
97                         CharacterSet="2"
98                         >
99                         <Tool
100                                 Name="VCPreBuildEventTool"
101                         />
102                         <Tool
103                                 Name="VCCustomBuildTool"
104                         />
105                         <Tool
106                                 Name="VCXMLDataGeneratorTool"
107                         />
108                         <Tool
109                                 Name="VCWebServiceProxyGeneratorTool"
110                         />
111                         <Tool
112                                 Name="VCMIDLTool"
113                         />
114                         <Tool
115                                 Name="VCCLCompilerTool"
116                                 AdditionalIncludeDirectories="..\..\include;.."
117                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
118                                 StringPooling="true"
119                                 RuntimeLibrary="2"
120                                 ForceConformanceInForLoopScope="true"
121                                 RuntimeTypeInfo="true"
122                                 UsePrecompiledHeader="0"
123                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
124                                 WarningLevel="3"
125                                 Detect64BitPortabilityProblems="false"
126                                 DebugInformationFormat="3"
127                                 DisableSpecificWarnings="4355,4146,4800"
128                         />
129                         <Tool
130                                 Name="VCManagedResourceCompilerTool"
131                         />
132                         <Tool
133                                 Name="VCResourceCompilerTool"
134                         />
135                         <Tool
136                                 Name="VCPreLinkEventTool"
137                         />
138                         <Tool
139                                 Name="VCLibrarianTool"
140                                 OutputFile="$(OutDir)/Transforms.lib"
141                         />
142                         <Tool
143                                 Name="VCALinkTool"
144                         />
145                         <Tool
146                                 Name="VCXDCMakeTool"
147                         />
148                         <Tool
149                                 Name="VCBscMakeTool"
150                         />
151                         <Tool
152                                 Name="VCFxCopTool"
153                         />
154                         <Tool
155                                 Name="VCPostBuildEventTool"
156                         />
157                 </Configuration>
158                 <Configuration
159                         Name="Debug|x64"
160                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
161                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
162                         ConfigurationType="4"
163                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
164                         CharacterSet="2"
165                         >
166                         <Tool
167                                 Name="VCPreBuildEventTool"
168                         />
169                         <Tool
170                                 Name="VCCustomBuildTool"
171                         />
172                         <Tool
173                                 Name="VCXMLDataGeneratorTool"
174                         />
175                         <Tool
176                                 Name="VCWebServiceProxyGeneratorTool"
177                         />
178                         <Tool
179                                 Name="VCMIDLTool"
180                                 TargetEnvironment="3"
181                         />
182                         <Tool
183                                 Name="VCCLCompilerTool"
184                                 Optimization="0"
185                                 AdditionalIncludeDirectories="..\..\include;.."
186                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
187                                 StringPooling="true"
188                                 MinimalRebuild="true"
189                                 BasicRuntimeChecks="3"
190                                 RuntimeLibrary="3"
191                                 ForceConformanceInForLoopScope="true"
192                                 RuntimeTypeInfo="true"
193                                 UsePrecompiledHeader="0"
194                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
195                                 BrowseInformation="1"
196                                 WarningLevel="3"
197                                 Detect64BitPortabilityProblems="false"
198                                 DebugInformationFormat="3"
199                                 DisableSpecificWarnings="4355,4146,4800"
200                         />
201                         <Tool
202                                 Name="VCManagedResourceCompilerTool"
203                         />
204                         <Tool
205                                 Name="VCResourceCompilerTool"
206                         />
207                         <Tool
208                                 Name="VCPreLinkEventTool"
209                         />
210                         <Tool
211                                 Name="VCLibrarianTool"
212                                 OutputFile="$(OutDir)/Transforms.lib"
213                         />
214                         <Tool
215                                 Name="VCALinkTool"
216                         />
217                         <Tool
218                                 Name="VCXDCMakeTool"
219                         />
220                         <Tool
221                                 Name="VCBscMakeTool"
222                         />
223                         <Tool
224                                 Name="VCFxCopTool"
225                         />
226                         <Tool
227                                 Name="VCPostBuildEventTool"
228                         />
229                 </Configuration>
230                 <Configuration
231                         Name="Release|x64"
232                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
233                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
234                         ConfigurationType="4"
235                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
236                         CharacterSet="2"
237                         >
238                         <Tool
239                                 Name="VCPreBuildEventTool"
240                         />
241                         <Tool
242                                 Name="VCCustomBuildTool"
243                         />
244                         <Tool
245                                 Name="VCXMLDataGeneratorTool"
246                         />
247                         <Tool
248                                 Name="VCWebServiceProxyGeneratorTool"
249                         />
250                         <Tool
251                                 Name="VCMIDLTool"
252                                 TargetEnvironment="3"
253                         />
254                         <Tool
255                                 Name="VCCLCompilerTool"
256                                 AdditionalIncludeDirectories="..\..\include;.."
257                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
258                                 StringPooling="true"
259                                 RuntimeLibrary="2"
260                                 ForceConformanceInForLoopScope="true"
261                                 RuntimeTypeInfo="true"
262                                 UsePrecompiledHeader="0"
263                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
264                                 WarningLevel="3"
265                                 Detect64BitPortabilityProblems="false"
266                                 DebugInformationFormat="3"
267                                 DisableSpecificWarnings="4355,4146,4800"
268                         />
269                         <Tool
270                                 Name="VCManagedResourceCompilerTool"
271                         />
272                         <Tool
273                                 Name="VCResourceCompilerTool"
274                         />
275                         <Tool
276                                 Name="VCPreLinkEventTool"
277                         />
278                         <Tool
279                                 Name="VCLibrarianTool"
280                                 OutputFile="$(OutDir)/Transforms.lib"
281                         />
282                         <Tool
283                                 Name="VCALinkTool"
284                         />
285                         <Tool
286                                 Name="VCXDCMakeTool"
287                         />
288                         <Tool
289                                 Name="VCBscMakeTool"
290                         />
291                         <Tool
292                                 Name="VCFxCopTool"
293                         />
294                         <Tool
295                                 Name="VCPostBuildEventTool"
296                         />
297                 </Configuration>
298         </Configurations>
299         <References>
300         </References>
301         <Files>
302                 <Filter
303                         Name="Source Files"
304                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
305                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
306                         >
307                         <Filter
308                                 Name="Instrumentation"
309                                 >
310                                 <File
311                                         RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp"
312                                         >
313                                 </File>
314                                 <File
315                                         RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp"
316                                         >
317                                 </File>
318                                 <File
319                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp"
320                                         >
321                                 </File>
322                                 <File
323                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h"
324                                         >
325                                 </File>
326                                 <File
327                                         RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp"
328                                         >
329                                 </File>
330                                 <File
331                                         RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h"
332                                         >
333                                 </File>
334                         </Filter>
335                         <Filter
336                                 Name="IPO"
337                                 >
338                                 <File
339                                         RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp"
340                                         >
341                                 </File>
342                                 <File
343                                         RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp"
344                                         >
345                                 </File>
346                                 <File
347                                         RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp"
348                                         >
349                                 </File>
350                                 <File
351                                         RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp"
352                                         >
353                                 </File>
354                                 <File
355                                         RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp"
356                                         >
357                                 </File>
358                                 <File
359                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
360                                         >
361                                 </File>
362                                 <File
363                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp"
364                                         >
365                                 </File>
366                                 <File
367                                         RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp"
368                                         >
369                                 </File>
370                                 <File
371                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp"
372                                         >
373                                 </File>
374                                 <File
375                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.h"
376                                         >
377                                 </File>
378                                 <File
379                                         RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp"
380                                         >
381                                 </File>
382                                 <File
383                                         RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp"
384                                         >
385                                 </File>
386                                 <File
387                                         RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp"
388                                         >
389                                 </File>
390                                 <File
391                                         RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp"
392                                         >
393                                 </File>
394                                 <File
395                                         RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp"
396                                         >
397                                 </File>
398                                 <File
399                                         RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp"
400                                         >
401                                 </File>
402                                 <File
403                                         RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp"
404                                         >
405                                 </File>
406                                 <File
407                                         RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp"
408                                         >
409                                 </File>
410                                 <File
411                                         RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"
412                                         >
413                                 </File>
414                                 <File
415                                         RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"
416                                         >
417                                 </File>
418                         </Filter>
419                         <Filter
420                                 Name="Scalar"
421                                 >
422                                 <File
423                                         RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp"
424                                         >
425                                 </File>
426                                 <File
427                                         RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp"
428                                         >
429                                 </File>
430                                 <File
431                                         RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp"
432                                         >
433                                 </File>
434                                 <File
435                                         RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp"
436                                         >
437                                 </File>
438                                 <File
439                                         RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp"
440                                         >
441                                 </File>
442                                 <File
443                                         RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp"
444                                         >
445                                 </File>
446                                 <File
447                                         RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp"
448                                         >
449                                 </File>
450                                 <File
451                                         RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp"
452                                         >
453                                 </File>
454                                 <File
455                                         RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp"
456                                         >
457                                 </File>
458                                 <File
459                                         RelativePath="..\..\lib\Transforms\Scalar\GVN.cpp"
460                                         >
461                                 </File>
462                                 <File
463                                         RelativePath="..\..\lib\Transforms\Scalar\GVNPRE.cpp"
464                                         >
465                                 </File>
466                                 <File
467                                         RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp"
468                                         >
469                                 </File>
470                                 <File
471                                         RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp"
472                                         >
473                                 </File>
474                                 <File
475                                         RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
476                                         >
477                                 </File>
478                                 <File
479                                         RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
480                                         >
481                                 </File>
482                                 <File
483                                         RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
484                                         >
485                                 </File>
486                                 <File
487                                         RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp"
488                                         >
489                                 </File>
490                                 <File
491                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp"
492                                         >
493                                 </File>
494                                 <File
495                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp"
496                                         >
497                                 </File>
498                                 <File
499                                         RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp"
500                                         >
501                                 </File>
502                                 <File
503                                         RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp"
504                                         >
505                                 </File>
506                                 <File
507                                         RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp"
508                                         >
509                                 </File>
510                                 <File
511                                         RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp"
512                                         >
513                                 </File>
514                                 <File
515                                         RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp"
516                                         >
517                                 </File>
518                                 <File
519                                         RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp"
520                                         >
521                                 </File>
522                                 <File
523                                         RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp"
524                                         >
525                                 </File>
526                                 <File
527                                         RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
528                                         >
529                                 </File>
530                                 <File
531                                         RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp"
532                                         >
533                                 </File>
534                         </Filter>
535                         <Filter
536                                 Name="Parallel"
537                                 >
538                         </Filter>
539                         <Filter
540                                 Name="Utils"
541                                 >
542                                 <File
543                                         RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp"
544                                         >
545                                 </File>
546                                 <File
547                                         RelativePath="..\..\lib\Transforms\Utils\BasicInliner.cpp"
548                                         >
549                                 </File>
550                                 <File
551                                         RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp"
552                                         >
553                                 </File>
554                                 <File
555                                         RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp"
556                                         >
557                                 </File>
558                                 <File
559                                         RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp"
560                                         >
561                                 </File>
562                                 <File
563                                         RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
564                                         >
565                                 </File>
566                                 <File
567                                         RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp"
568                                         >
569                                 </File>
570                                 <File
571                                         RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp"
572                                         >
573                                 </File>
574                                 <File
575                                         RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp"
576                                         >
577                                 </File>
578                                 <File
579                                         RelativePath="..\..\lib\Transforms\Utils\InlineCost.cpp"
580                                         >
581                                 </File>
582                                 <File
583                                         RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp"
584                                         >
585                                 </File>
586                                 <File
587                                         RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp"
588                                         >
589                                 </File>
590                                 <File
591                                         RelativePath="..\..\lib\Transforms\Utils\Local.cpp"
592                                         >
593                                 </File>
594                                 <File
595                                         RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp"
596                                         >
597                                 </File>
598                                 <File
599                                         RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp"
600                                         >
601                                 </File>
602                                 <File
603                                         RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp"
604                                         >
605                                 </File>
606                                 <File
607                                         RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp"
608                                         >
609                                 </File>
610                                 <File
611                                         RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp"
612                                         >
613                                 </File>
614                                 <File
615                                         RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp"
616                                         >
617                                 </File>
618                                 <File
619                                         RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp"
620                                         >
621                                 </File>
622                                 <File
623                                         RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp"
624                                         >
625                                         <FileConfiguration
626                                                 Name="Debug|Win32"
627                                                 >
628                                                 <Tool
629                                                         Name="VCCLCompilerTool"
630                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"
631                                                 />
632                                         </FileConfiguration>
633                                         <FileConfiguration
634                                                 Name="Release|Win32"
635                                                 >
636                                                 <Tool
637                                                         Name="VCCLCompilerTool"
638                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"
639                                                 />
640                                         </FileConfiguration>
641                                         <FileConfiguration
642                                                 Name="Debug|x64"
643                                                 >
644                                                 <Tool
645                                                         Name="VCCLCompilerTool"
646                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"
647                                                 />
648                                         </FileConfiguration>
649                                         <FileConfiguration
650                                                 Name="Release|x64"
651                                                 >
652                                                 <Tool
653                                                         Name="VCCLCompilerTool"
654                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"
655                                                 />
656                                         </FileConfiguration>
657                                 </File>
658                                 <File
659                                         RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp"
660                                         >
661                                 </File>
662                                 <File
663                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp"
664                                         >
665                                 </File>
666                         </Filter>
667                 </Filter>
668                 <Filter
669                         Name="Header Files"
670                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
671                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
672                         >
673                         <File
674                                 RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h"
675                                 >
676                         </File>
677                         <File
678                                 RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h"
679                                 >
680                         </File>
681                         <File
682                                 RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h"
683                                 >
684                         </File>
685                         <File
686                                 RelativePath="..\..\include\llvm\Transforms\Instrumentation.h"
687                                 >
688                         </File>
689                         <File
690                                 RelativePath="..\..\include\llvm\Transforms\IPO.h"
691                                 >
692                         </File>
693                         <File
694                                 RelativePath="..\..\include\llvm\Transforms\Utils\Local.h"
695                                 >
696                         </File>
697                         <File
698                                 RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h"
699                                 >
700                         </File>
701                         <File
702                                 RelativePath="..\..\include\llvm\Transforms\Scalar.h"
703                                 >
704                         </File>
705                         <File
706                                 RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h"
707                                 >
708                         </File>
709                         <File
710                                 RelativePath="..\..\include\llvm\Transforms\Utils\ValueMapper.h"
711                                 >
712                         </File>
713                 </Filter>
714         </Files>
715         <Globals>
716         </Globals>
717 </VisualStudioProject>