diff options
-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 |