Duncan P. N. Exon Smith
2b7fe3c50b
IR: Use getRawScope() when verifying
...
Fix a couple of places in the Verifier that call `getScope()` instead of
`getRawScope()`. Both DIDerivedType::getScope and
DICompositeType::getScope return a DITypeRef right now (which wraps a
Metadata*) so I don't think there's currently an observable bug. I
found this because a future commit that will change them to cast to
DIScope*.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266552 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-17 05:41:09 +00:00
..
2016-04-15 15:57:41 +00:00
2016-04-12 01:05:35 +00:00
2016-04-12 01:44:13 +00:00
2015-12-22 23:57:37 +00:00
2016-04-17 03:59:37 +00:00
2016-03-11 19:08:34 +00:00
2016-03-15 00:04:37 +00:00
2016-04-05 18:23:30 +00:00
2016-03-22 04:37:32 +00:00
2016-03-03 18:31:16 +00:00
2016-04-05 21:10:45 +00:00
2016-04-06 17:56:08 +00:00
2016-04-14 21:59:18 +00:00
2016-01-22 03:30:27 +00:00
2016-04-15 15:57:41 +00:00
2016-04-17 03:58:21 +00:00
2016-01-29 20:50:44 +00:00
2016-02-02 13:52:43 +00:00
2015-06-15 20:30:22 +00:00
2016-04-15 15:57:41 +00:00
2016-03-11 11:05:24 +00:00
2016-04-06 06:38:15 +00:00
2016-02-08 22:49:40 +00:00
2016-04-07 12:32:19 +00:00
2015-09-03 15:41:37 +00:00
2016-04-12 18:06:55 +00:00
2016-04-14 17:42:47 +00:00
2016-03-29 18:56:03 +00:00
2016-04-14 08:47:17 +00:00
2016-01-06 22:55:03 +00:00
2016-01-29 20:50:44 +00:00
2016-04-17 03:58:21 +00:00
2016-04-06 17:56:08 +00:00
2016-04-17 03:58:21 +00:00
2016-01-14 21:06:47 +00:00
2015-11-22 18:03:17 +00:00
2016-04-03 21:23:52 +00:00
2015-08-03 17:26:41 +00:00
2016-04-08 22:43:03 +00:00
2016-04-16 07:02:16 +00:00
2016-01-19 17:28:00 +00:00
2016-01-29 20:50:44 +00:00
2016-03-11 10:22:49 +00:00
2015-03-05 17:53:00 +00:00
2016-04-12 18:05:10 +00:00
2015-10-08 23:49:46 +00:00
2015-12-25 04:06:20 +00:00
2015-12-19 08:52:49 +00:00
2015-06-23 09:49:53 +00:00
2015-09-24 01:00:49 +00:00
2016-04-08 00:48:30 +00:00
2016-01-29 20:50:44 +00:00
2016-03-01 18:01:28 +00:00
2016-04-17 05:41:09 +00:00