diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-10-15 23:44:45 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-10-15 23:44:45 +0000 |
commit | 2072ca8e072ef5259e9c49ac03611fecb131d14f (patch) | |
tree | 63b1482eeecd41281d250425501dc074fa4cf439 /lib | |
parent | 6a7770b7ae43d784dec6f4d3c73ffed6166f3882 (diff) | |
download | external_llvm-2072ca8e072ef5259e9c49ac03611fecb131d14f.zip external_llvm-2072ca8e072ef5259e9c49ac03611fecb131d14f.tar.gz external_llvm-2072ca8e072ef5259e9c49ac03611fecb131d14f.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/SIInstrInfo.h b/lib/Target/R600/SIInstrInfo.h index 4c99b95..d74049a 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 // |