diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-08-06 00:16:21 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-08-06 00:16:21 +0000 |
| commit | 00d7baad90040cd117d717ff93c41a22f767759b (patch) | |
| tree | 6aaaebb5b7848b13b9acc967326e5d6245d16106 /lib | |
| parent | ac838d1c1443a19f693afadb19c8c6eeaa5d4b9b (diff) | |
| download | external_llvm-00d7baad90040cd117d717ff93c41a22f767759b.zip external_llvm-00d7baad90040cd117d717ff93c41a22f767759b.tar.gz external_llvm-00d7baad90040cd117d717ff93c41a22f767759b.tar.bz2 | |
Fix missing -*- C++ -*-s
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Transforms/InstCombine/InstCombineWorklist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/InstCombine/InstCombineWorklist.h b/lib/Transforms/InstCombine/InstCombineWorklist.h index 49efce5..19959c0 100644 --- a/lib/Transforms/InstCombine/InstCombineWorklist.h +++ b/lib/Transforms/InstCombine/InstCombineWorklist.h @@ -1,4 +1,4 @@ -//===- InstCombineWorklist.h - Worklist for the InstCombine pass ----------===// +//===- InstCombineWorklist.h - Worklist for InstCombine pass ----*- C++ -*-===// // // The LLVM Compiler Infrastructure // |
