aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/llvm-ir-error-reported.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MIR/llvm-ir-error-reported.mir')
-rw-r--r--test/CodeGen/MIR/llvm-ir-error-reported.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MIR/llvm-ir-error-reported.mir b/test/CodeGen/MIR/llvm-ir-error-reported.mir
index 013b28cd7890..3508c341c44d 100644
--- a/test/CodeGen/MIR/llvm-ir-error-reported.mir
+++ b/test/CodeGen/MIR/llvm-ir-error-reported.mir
@@ -4,7 +4,7 @@
--- |
- ; CHECK: [[@LINE+3]]:15: error: use of undefined value '%a'
+ ; CHECK: [[@LINE+3]]:15: use of undefined value '%a'
define i32 @foo(i32 %x, i32 %y) {
%z = alloca i32, align 4
store i32 %a, i32* %z, align 4