diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 03:06:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 03:06:39 +0000 |
commit | c940d0761ccb18fc4eb0fe065679c4455b3836b1 (patch) | |
tree | ca0461a90f47c636265ae0080a2d887073f55c3d /llvm/test/CodeGen/Generic/vector-constantexpr.ll | |
parent | 52e4e91284e0a565b679ce8eed2cb861141d5d7d (diff) | |
download | bcm5719-llvm-c940d0761ccb18fc4eb0fe065679c4455b3836b1.tar.gz bcm5719-llvm-c940d0761ccb18fc4eb0fe065679c4455b3836b1.zip |
For PR1336:
Un-XFAIL this test now that llvm-ugprade knows how to create functions with
empty names.
llvm-svn: 36107
Diffstat (limited to 'llvm/test/CodeGen/Generic/vector-constantexpr.ll')
-rw-r--r-- | llvm/test/CodeGen/Generic/vector-constantexpr.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/vector-constantexpr.ll b/llvm/test/CodeGen/Generic/vector-constantexpr.ll index bf44f317eca..31b60a4d687 100644 --- a/llvm/test/CodeGen/Generic/vector-constantexpr.ll +++ b/llvm/test/CodeGen/Generic/vector-constantexpr.ll @@ -1,5 +1,4 @@ ; RUN: llvm-upgrade < %s | llvm-as | llc -; XFAIL: * void ""(float* %inregs, float* %outregs) { %a_addr.i = alloca <4 x float> ; <<4 x float>*> [#uses=1] |