summaryrefslogtreecommitdiff
path: root/test/CodeGen/pr12251.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/pr12251.c')
-rw-r--r--test/CodeGen/pr12251.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pr12251.c b/test/CodeGen/pr12251.c
index ea74cc6a594d..dd5e4a1f92dd 100644
--- a/test/CodeGen/pr12251.c
+++ b/test/CodeGen/pr12251.c
@@ -6,6 +6,6 @@ enum e1 g1(enum e1 *x) {
}
// CHECK-LABEL: define i32 @g1
-// CHECK: load i32* %x, align 4
+// CHECK: load i32, i32* %x, align 4
// CHECK-NOT: range
// CHECK: ret