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 | ff7dc7248e6f83e4a266ce61bc630863758301aa (patch) | |
tree | 0ae1b320faec294e5cff2e8db293c9f2e1c63068 /llvm/lib | |
parent | 48df096c3fe8e21ff3aa0272f7d9c454ee6ab48a (diff) | |
download | bcm5719-llvm-ff7dc7248e6f83e4a266ce61bc630863758301aa.tar.gz bcm5719-llvm-ff7dc7248e6f83e4a266ce61bc630863758301aa.zip |
Fix missing -*- C++ -*-s
llvm-svn: 187758
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineWorklist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineWorklist.h b/llvm/lib/Transforms/InstCombine/InstCombineWorklist.h index 49efce5c4f2..19959c0dcda 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineWorklist.h +++ b/llvm/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 // |