[llvm] r192751 - Fix missing C++ mode thing in header
Matt Arsenault
Matthew.Arsenault at amd.com
Tue Oct 15 16:44:45 PDT 2013
Author: arsenm
Date: Tue Oct 15 18:44:45 2013
New Revision: 192751
URL: http://llvm.org/viewvc/llvm-project?rev=192751&view=rev
Log:
Fix missing C++ mode thing in header
Modified:
llvm/trunk/lib/Target/R600/SIInstrInfo.h
Modified: llvm/trunk/lib/Target/R600/SIInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIInstrInfo.h?rev=192751&r1=192750&r2=192751&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIInstrInfo.h (original)
+++ llvm/trunk/lib/Target/R600/SIInstrInfo.h Tue Oct 15 18:44:45 2013
@@ -1,4 +1,4 @@
-//===-- SIInstrInfo.h - SI Instruction Info Interface ---------------------===//
+//===-- SIInstrInfo.h - SI Instruction Info Interface -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list