commit | 29dda21e9691839f7a877ed6028b6b33a84c0ca3 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 17 15:18:27 2010 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 17 15:18:27 2010 +0000 |
tree | 67103a830e068ffa52b416ce89fce95e8646afa4 | |
parent | 055229185957d371d27e571d66c2a401a805813a [diff] [blame] |
Remove arm_apcscc from the test files. It is the default and doing this matches what llvm-gcc and clang now produce. llvm-svn: 106221
diff --git a/llvm/test/CodeGen/Thumb/trap.ll b/llvm/test/CodeGen/Thumb/trap.ll index 76a0589..04cd3ee 100644 --- a/llvm/test/CodeGen/Thumb/trap.ll +++ b/llvm/test/CodeGen/Thumb/trap.ll
@@ -1,7 +1,7 @@ ; RUN: llc < %s -march=thumb | FileCheck %s ; rdar://7961298 -define arm_apcscc void @t() nounwind { +define void @t() nounwind { entry: ; CHECK: t: ; CHECK: trap