diff options
author | Stephen Lin <stephenwlin@gmail.com> | 2013-07-18 22:29:15 +0000 |
---|---|---|
committer | Stephen Lin <stephenwlin@gmail.com> | 2013-07-18 22:29:15 +0000 |
commit | 771e0ab32a81eb501edcd4027e07c5c14d591a09 (patch) | |
tree | 9bc36cdd48036f7603a97757a0095a70696bd1da /test/CodeGen/SPARC/2011-01-22-SRet.ll | |
parent | bbcea55b68fad8116c29b3e831c5df398d558569 (diff) | |
download | external_llvm-771e0ab32a81eb501edcd4027e07c5c14d591a09.zip external_llvm-771e0ab32a81eb501edcd4027e07c5c14d591a09.tar.gz external_llvm-771e0ab32a81eb501edcd4027e07c5c14d591a09.tar.bz2 |
Disambiguate function names in some CodeGen tests. (Some tests were using function names that also were names of instructions and/or doing other unusual things that were making the test not amenable to otherwise scriptable pattern matching.) No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SPARC/2011-01-22-SRet.ll')
-rw-r--r-- | test/CodeGen/SPARC/2011-01-22-SRet.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SPARC/2011-01-22-SRet.ll b/test/CodeGen/SPARC/2011-01-22-SRet.ll index 942971b..c6a1dc9 100644 --- a/test/CodeGen/SPARC/2011-01-22-SRet.ll +++ b/test/CodeGen/SPARC/2011-01-22-SRet.ll @@ -20,7 +20,7 @@ define i32 @test() nounwind { entry: ;CHECK: test ;CHECK: st {{.+}}, [%sp+64] -;CHECK: make_foo +;CHECK: call make_foo ;CHECK: unimp 12 %f = alloca %struct.foo_t, align 8 call void @make_foo(%struct.foo_t* noalias sret %f, i32 10, i32 20, i32 30) nounwind |