Thurston Dang
0dd2c9f7a3
Fix-forward build error from #132489
...
Replace deprecated use of getDeclaration that was added in #132489
llvm/lib/IR/AutoUpgrade.cpp:1480:26: error: 'getDeclaration' is deprecated: Use getOrInsertDeclaration instead [-Werror,-Wdeprecated-declarations]
1480 | NewFn = Intrinsic::getDeclaration(
| ^~~~~~~~~~~~~~
| getOrInsertDeclaration
2025-05-14 21:44:13 +00:00
..
2025-05-08 08:02:54 +02:00
2025-03-26 07:46:24 -07:00
2025-05-12 16:17:43 -07:00
2025-05-12 16:17:43 -07:00
2025-05-14 21:44:13 +00:00
2025-05-08 14:55:05 +01:00
2025-04-03 16:24:56 +01:00
2025-05-02 13:03:43 +02:00
2025-04-20 16:36:03 -07:00
2025-05-02 10:34:25 -07:00
2025-05-10 22:59:09 -07:00
2025-05-12 22:59:05 -07:00
2025-04-30 11:39:29 +01:00
2025-05-06 13:48:14 +01:00
2025-05-06 14:38:41 +01:00
2025-04-22 12:25:01 -07:00
2025-05-12 07:55:38 -07:00
2025-05-04 00:24:39 -07:00
2025-03-06 10:27:47 +01:00
2025-05-02 16:11:14 +02:00
2025-04-08 21:57:29 +07:00
2025-04-28 11:09:43 +10:00
2025-05-08 08:02:54 +02:00
2025-04-30 22:06:37 +01:00
2025-05-09 14:53:12 -07:00
2025-05-06 14:24:40 -07:00
2025-04-01 14:27:11 +01:00
2025-03-20 22:24:06 -07:00
2025-05-06 11:42:50 +01:00
2025-04-28 12:23:42 -07:00
2025-05-06 11:42:50 +01:00
2025-04-30 12:14:58 -07:00
2025-04-17 08:22:19 -07:00
2025-03-07 14:09:26 +08:00
2025-05-02 13:49:40 -04:00
2025-03-13 16:20:39 -07:00
2025-04-22 12:27:00 -07:00
2025-04-08 07:36:55 +07:00
2025-03-19 10:19:57 -04:00
2025-05-04 09:38:16 -07:00
2025-04-30 15:01:00 +02:00
2025-05-08 08:00:09 +02:00
2025-03-10 11:53:45 +01:00
2025-05-08 08:02:54 +02:00
2025-03-06 10:27:47 +01:00
2025-05-14 21:51:56 +01:00
2025-03-28 19:55:18 -07:00