diff options
Diffstat (limited to 'test/Transforms/WholeProgramDevirt/vcp-no-this.ll')
-rw-r--r-- | test/Transforms/WholeProgramDevirt/vcp-no-this.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/WholeProgramDevirt/vcp-no-this.ll b/test/Transforms/WholeProgramDevirt/vcp-no-this.ll index c564665471cfc..ce76c8e6797e3 100644 --- a/test/Transforms/WholeProgramDevirt/vcp-no-this.ll +++ b/test/Transforms/WholeProgramDevirt/vcp-no-this.ll @@ -3,8 +3,8 @@ target datalayout = "e-p:64:64" target triple = "x86_64-unknown-linux-gnu" -@vt1 = global [1 x i8*] [i8* bitcast (i32 ()* @vf1 to i8*)], !type !0 -@vt2 = global [1 x i8*] [i8* bitcast (i32 ()* @vf2 to i8*)], !type !0 +@vt1 = constant [1 x i8*] [i8* bitcast (i32 ()* @vf1 to i8*)], !type !0 +@vt2 = constant [1 x i8*] [i8* bitcast (i32 ()* @vf2 to i8*)], !type !0 define i32 @vf1() readnone { ret i32 1 |