summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombine.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-05 05:21:26 +0000
committerChris Lattner <sabre@nondot.org>2010-01-05 05:21:26 +0000
commit27acfcd1c4bdee097118a64f6f2004acc8dc4721 (patch)
treefb0f9412b420524f4679937612392dd799b65c35 /llvm/lib/Transforms/InstCombine/InstCombine.h
parenta0b025e40f94ceffcc8f197d9c15d0f5ade65d96 (diff)
downloadbcm5719-llvm-27acfcd1c4bdee097118a64f6f2004acc8dc4721.tar.gz
bcm5719-llvm-27acfcd1c4bdee097118a64f6f2004acc8dc4721.zip
convert various IntrinsicInst's to use class instead of struct.
llvm-svn: 92681
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 635d6279422..7e20be41af6 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;
- struct DbgDeclareInst;
- struct MemIntrinsic;
- struct MemSetInst;
+ class DbgDeclareInst;
+ class MemIntrinsic;
+ class MemSetInst;
/// SelectPatternFlavor - We can match a variety of different patterns for
/// select operations.
OpenPOWER on IntegriCloud