diff options
Diffstat (limited to 'test/CodeGen/24-bit.c')
-rw-r--r-- | test/CodeGen/24-bit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/24-bit.c b/test/CodeGen/24-bit.c index 9dd0157fd3b4a..ad3076a30a798 100644 --- a/test/CodeGen/24-bit.c +++ b/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); } |