[ShrinkWrap] Make sure we do not mess up with EH funclet lowering.
[oota-llvm.git] / test / Assembler / anon-functions.ll
index 42eea837227a8e9df94c6bc3717b950557934ce8..2352a00f57d28e11d37eeac9010216e50cd98b8f 100644 (file)
@@ -5,8 +5,8 @@
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
 target triple = "x86_64-unknown-linux-gnu"
 
-@f = alias void ()* @0         ; <void ()*> [#uses=0]
-@g = alias void ()* @1         ; <void ()*> [#uses=0]
+@f = alias void (), void ()* @0                ; <void ()*> [#uses=0]
+@g = alias void (), void ()* @1                ; <void ()*> [#uses=0]
 @h = external global void ()*          ; <void ()*> [#uses=0]
 
 define internal void @0() nounwind {