summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/24-bit.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/24-bit.c')
-rw-r--r--clang/test/CodeGen/24-bit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/24-bit.c b/clang/test/CodeGen/24-bit.c
index 9dd0157fd3b..ad3076a30a7 100644
--- a/clang/test/CodeGen/24-bit.c
+++ b/clang/test/CodeGen/24-bit.c
@@ -9,6 +9,6 @@ static union ibtt2
void callee_ibt0f(union ibtt2 ibtp5);
void test(void) {
-// CHECK: = load i32*
+// CHECK: = load i32, i32*
callee_ibt0f(ibt15);
}
OpenPOWER on IntegriCloud