diff clang/test/CodeGen/alias-avr.c @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 0572611fdcc8
children
line wrap: on
line diff
--- a/clang/test/CodeGen/alias-avr.c	Mon May 25 11:55:54 2020 +0900
+++ b/clang/test/CodeGen/alias-avr.c	Tue Jun 08 06:07:14 2021 +0900
@@ -4,5 +4,5 @@
 	return a * b;
 }
 
-// CHECK: @multiply = alias i16 (i16, i16), i16 (i16, i16) addrspace(1)* @mul
+// CHECK: @multiply ={{.*}} alias i16 (i16, i16), i16 (i16, i16) addrspace(1)* @mul
 int multiply(int x, int y) __attribute__((alias("mul")));