diff options
Diffstat (limited to 'llvm/test/CodeGen/XCore/trap.ll')
-rw-r--r-- | llvm/test/CodeGen/XCore/trap.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/XCore/trap.ll b/llvm/test/CodeGen/XCore/trap.ll index eb71cb6acb6..ef0dfd63400 100644 --- a/llvm/test/CodeGen/XCore/trap.ll +++ b/llvm/test/CodeGen/XCore/trap.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -march=xcore | FileCheck %s define i32 @test() noreturn nounwind { entry: -; CHECK: test: +; CHECK-LABEL: test: ; CHECK: ldc ; CHECK: ecallf tail call void @llvm.trap( ) |