diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-24 04:17:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-24 04:17:31 +0000 |
commit | 4b713852c69da56500078c7c969d0915adb00d41 (patch) | |
tree | cbd5b6418b36473b578b2af41d0ae8bc84d71fe9 | |
parent | 56605ceb9255a2655a77a7b983780cdfe35935cb (diff) |
this pass is gone
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23954 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/ProfilePaths/2002-05-22-CastCrash.ll | 10 | ||||
-rw-r--r-- | test/Transforms/ProfilePaths/dg.exp | 3 |
2 files changed, 0 insertions, 13 deletions
diff --git a/test/Transforms/ProfilePaths/2002-05-22-CastCrash.ll b/test/Transforms/ProfilePaths/2002-05-22-CastCrash.ll deleted file mode 100644 index 05c62b3bda..0000000000 --- a/test/Transforms/ProfilePaths/2002-05-22-CastCrash.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: llvm-as < %s | opt -paths -; -%globalCrc = uninitialized global uint ; <uint*> [#uses=1] - -void "initialiseCRC"() { -bb1: ;[#uses=0] - store uint 4294967295, uint* %globalCrc - ret void -} - diff --git a/test/Transforms/ProfilePaths/dg.exp b/test/Transforms/ProfilePaths/dg.exp deleted file mode 100644 index e326ea721c..0000000000 --- a/test/Transforms/ProfilePaths/dg.exp +++ /dev/null @@ -1,3 +0,0 @@ -load_lib llvm-dg.exp - -llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $srcdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext |