summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-10-15 23:44:45 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-10-15 23:44:45 +0000
commit2072ca8e072ef5259e9c49ac03611fecb131d14f (patch)
tree63b1482eeecd41281d250425501dc074fa4cf439 /lib
parent6a7770b7ae43d784dec6f4d3c73ffed6166f3882 (diff)
downloadllvm-2072ca8e072ef5259e9c49ac03611fecb131d14f.tar.gz
llvm-2072ca8e072ef5259e9c49ac03611fecb131d14f.tar.bz2
llvm-2072ca8e072ef5259e9c49ac03611fecb131d14f.tar.xz
Fix missing C++ mode thing in header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192751 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/R600/SIInstrInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/SIInstrInfo.h b/lib/Target/R600/SIInstrInfo.h
index 4c99b9524f..d74049a28c 100644
--- a/lib/Target/R600/SIInstrInfo.h
+++ b/lib/Target/R600/SIInstrInfo.h
@@ -1,4 +1,4 @@
-//===-- SIInstrInfo.h - SI Instruction Info Interface ---------------------===//
+//===-- SIInstrInfo.h - SI Instruction Info Interface -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//