summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombine.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-05 00:15:58 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-05 00:15:58 +0000
commit72a87448c1c59d6bec23d9d666b66603da24211b (patch)
tree92bf9756afb91d3b27a5bca27b502da23da6d3ab /llvm/lib/Transforms/InstCombine/InstCombine.h
parentde8e7447b6498294ec598f919f739be519c62716 (diff)
downloadbcm5719-llvm-72a87448c1c59d6bec23d9d666b66603da24211b.tar.gz
bcm5719-llvm-72a87448c1c59d6bec23d9d666b66603da24211b.zip
Fix some struct/class specifier mismatches.
llvm-svn: 92550
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombine.h')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombine.h b/llvm/lib/Transforms/InstCombine/InstCombine.h
index 7e20be41af6..635d6279422 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombine.h
+++ b/llvm/lib/Transforms/InstCombine/InstCombine.h
@@ -20,9 +20,9 @@
namespace llvm {
class CallSite;
class TargetData;
- class DbgDeclareInst;
- class MemIntrinsic;
- class MemSetInst;
+ struct DbgDeclareInst;
+ struct MemIntrinsic;
+ struct MemSetInst;
/// SelectPatternFlavor - We can match a variety of different patterns for
/// select operations.
OpenPOWER on IntegriCloud