commit | c98deeb887502ab497b8829785b93c601e4e0800 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed May 24 20:52:08 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed May 24 20:52:08 2006 +0000 |
tree | 9e0c6dc2d1a30008aed4c8c560a5daf26a7fb96d | |
parent | afe358e7d46da9d29ba02fbbf81bdfb4ac4a4520 [diff] [blame] |
Update testcase with recent cbe change git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28455 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx b/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx index 2f02e65..8af996c 100644 --- a/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx +++ b/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.llx
@@ -1,7 +1,7 @@ ; The CBE should not emit code that casts the function pointer. This causes ; GCC to get testy and insert trap instructions instead of doing the right ; thing. :( -; RUN: llvm-as < %s | llc -march=c | not grep 'external)' +; RUN: llvm-as < %s | llc -march=c implementation