summaryrefslogtreecommitdiff
path: root/test/Feature/testconstants.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/testconstants.ll')
-rw-r--r--test/Feature/testconstants.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/testconstants.ll b/test/Feature/testconstants.ll
index 81d67f9329871..a8368652610c5 100644
--- a/test/Feature/testconstants.ll
+++ b/test/Feature/testconstants.ll
@@ -4,7 +4,7 @@
@somestr = constant [11 x i8] c"hello world" ; <[11 x i8]*> [#uses=1]
@array = constant [2 x i32] [ i32 12, i32 52 ] ; <[2 x i32]*> [#uses=1]
-constant { i32, i32 } { i32 4, i32 3 } ; <{ i32, i32 }*>:0 [#uses=0]
+@0 = constant { i32, i32 } { i32 4, i32 3 } ; <{ i32, i32 }*>:0 [#uses=0]
define [2 x i32]* @testfunction(i32 %i0, i32 %j0) {
ret [2 x i32]* @array